The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help with a pop-up and database connection
i have a java script that will do a pop-up for a new window and i started doin a view.php file so when a user selects an item a pop-up will show with all the contents my problem is im haveing problems with making the php file to do that
look at ss1 image this is the code i have: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#2
|
|||
|
|||
can i get a little help plz
|
#3
|
|||
|
|||
Code:
<td class='alt2' align='center' width='1%'><a href="view.php?$session[sessionurl]serialid=$row[serialid]\"><img src='info.gif' alt='view!' border='0' /></a></td> link should be... Code:
<a href="javascript: d($row=[serialid]"><img src='info.gif' alt='view!' border='0' /></a> You may need to make $row=[serialid] into a singular variable in your php file. i.e. $idnum = $row['serialid']; then use <a href="javascript: d($idnum)"> for the link. This is all untested. |
#4
|
|||
|
|||
can any one else help me plz
|
#5
|
|||
|
|||
My answer wasn't good enough?
|
#6
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|