Need an input to find the solution...
Moderator: General Moderators
Need an input to find the solution...
Thanks! it's solved!
Last edited by paolone on Thu Jun 13, 2002 4:23 am, edited 2 times in total.
didn't get it really, but I try 
You get two columns per row, 'description' and 'id'?then you write a JavaScript function doPopup(paramId) where you open a new windows with the url ....?requestedId=<paramId>
may be I completely lost you
You get two columns per row, 'description' and 'id'?
Code: Select all
while($row=mysql_fetch_row(....
print(....$rowї'description'].....'<button onClick="doPopup('.$rowї'id'].'">new window</button>'.....);may be I completely lost you
Here is a link to a draft page like the real one:
http://users.skynet.be/bk288888/testpage/index.htm
Now you can see what i mean. There is also the PHP script that generate the page (but this page is fake...). As you see the pop up window has a field to fill in as reference for the issue number, and this must be automatic displayed.
Again, Thanks a million!!