Current location: Hot Scripts Forums » Programming Languages » PHP » link problem...


link problem...

Reply
  #1 (permalink)  
Old 07-19-06, 04:54 AM
jonnekke jonnekke is offline
Code Guru
 
Join Date: Oct 2005
Location: holland!
Posts: 706
Thanks: 0
Thanked 0 Times in 0 Posts
link problem...

I'm using this script to open a pop-up:

Code:
<SCRIPT LANGUAGE="JavaScript">
 var link
link = 'big.php';

function pop3(locatie, hoogte12, breedte18) {
var breedte12 = 1024
var hoogte14 = 735
var winl = (screen.width-breedte12)/2;
var wint = (screen.height-hoogte14)/2;
var wint2 = screen.height-hoogte14;
window.open(link, "", "height=400 , width=400 , top=50, left=50 ,scrollbars=auto, toolbar=0, resize=no");
}
</SCRIPT>
My link looks like this:
Code:
<a href=\"javascript:pop3('big.php?pic=$_GET[picture]')\"><img src=\"blank.gif\" width=\"150\" height=\"150\" border=\"no\"></a>
Now is the file big.php?pic=$_GET[picture] opening in the pop-up.. but not changed $_GET[picture] in the right $.

If I change var link to big.php?pic=$_GET[picture] it's not working.
How can I get this working?..

_j

Last edited by jonnekke; 07-19-06 at 04:57 AM.
Reply With Quote
  #2 (permalink)  
Old 07-19-06, 09:33 AM
steveo steveo is offline
Wannabe Coder
 
Join Date: Jun 2004
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
You are trying to open 'link' in the javascript. You should trying to open 'locatie' instead.

Code:
window.open(locatie, "", "height=400 , width=400 , top=50, left=50 ,scrollbars=auto, toolbar=0, resize=no");
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
random link problem doogi PHP 18 03-04-09 01:00 AM
Six Sites Exchanging Links! - PR3+ Web Hosting, Web Design, Entertainment & Career coffeecoder General Advertisements 0 10-10-05 12:52 AM
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 08:05 AM
I'm confused..plz help Brittany23 CSS 5 05-24-05 11:52 AM
Multiple dropdown plus link problem bastiaan JavaScript 0 11-17-03 04:22 PM


All times are GMT -5. The time now is 07:21 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.