Thread: Html/php

  1. #1
    [f8]-[Iwan]'s Avatar
    Registered
    25/01/03
    Posts
    105
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0

    Question Html/php

    Hoe kan ik een variabele sturen naar een bepaalde frame?

    Ik heb een pagina waar een link instaat die een nieuw venster opent dat bestaat uit 2 frames ("bottom" en "top").
    Dit is de link die ik nu gebruik:
    Code:
    <a href=\"javascript:window.open('save.php?file=files/$image','bottom','width=200,height=80,top='+((screen.height/2)-(40))+',left='+((screen.width/2)-(100))+',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no');%20void(0);\">
    no votes  

  2. #2
    Le Preinz's Avatar
    Registered
    20/08/02
    Location
    A'pen-Wijnegem
    Posts
    474
    iTrader
    0
    Mentioned
    0 Post(s)
    Quote Originally Posted by [f8]-[Iwan]
    This quote is hidden because you are ignoring this member. Show
    Hoe kan ik een variabele sturen naar een bepaalde frame?

    Ik heb een pagina waar een link instaat die een nieuw venster opent dat bestaat uit 2 frames ("bottom" en "top").
    Dit is de link die ik nu gebruik:
    Code:
    <a href=\"javascript:window.open('save.php?file=files/$image','bottom','width=200,height=80,top='+((screen.height/2)-(40))+',left='+((screen.width/2)-(100))+',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no');%20void(0);\">
    voor zover ik het door heb:
    PHP Code:
    <a href=\"javascript:window.open('save.php?file=files/$image&var1=$var2','bottom','width=200,height=80,top='+((screen.height/2)-(40))+',left='+((screen.width/2)-(100))+',toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no');%20void(0);\">

    en dan in uw save.php ergens:
    $var_save$_GET['var1']; 
    mouseover.be~Arty, Farty, Techy, Daily
    no votes  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Log in

Log in