Jump to content

[SOLVED] PHP With Javascript


Daney11

Recommended Posts

Hey Guys,

 

Having troubles with PHP and Javascript.

 

My problem is im using this peice of Javascript code

 

<Script Language="JavaScript">

function load() {
var load = window.open('<?php echo $website_url ?>team/<?php echo $team_id ?>/','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

</Script>

 

However, everytime i click a link on my page, the browse comes up with $website_url ?>team/20

 

Where 20 is the last value in the mysql table that i have queried....

 

Also.. When i use the above code just as normal PHP and no javascript included it works perfect and i click the link and the correct ID comes up..

 

Anyone know whats going on?

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.