Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Inserting javascript in a file with php extension
Old 09-09-2004, 09:22 PM Inserting javascript in a file with php extension
Yizit's Avatar
Experienced Talker

Posts: 44
Location: CT
Trades: 0
Hi,

I have a program with a php extension and curious as to why a piece of javascript inserted into the html portion of that program won't execute.

For example, if the file is named myfile.php and constructed as follows:

PHP Code:
<? php
...
some php code here;
...
?>

<html>
<head>
<title></title>
</head>
<body>
<!-- some html code here -->
....
<table>
 <tr>
  <td width="746" height="150" background="images/topbar2.gif" align="left" valign="middle"><script language=JavaScript src="datestamp.js"></script>
  </td>
 </tr>
</table>
</body>
</html>
The javascript won't execute. However, if I name the file myfile.html and eliminate the php code, the javascript executes.

Anyone have any idea as to why?
Yizit is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-09-2004, 09:40 PM
Alex91's Avatar
Skilled Talker

Posts: 51
Location: Canada
Trades: 0
Because usually Javascript wont execute along with PHP, sometimes its what your running, sometimes its yor host, Try using a different host... if that dosent work... Cant help ya...
Alex91 is offline
Reply With Quote
View Public Profile Visit Alex91's homepage!
 
Reply     « Reply to Inserting javascript in a file with php extension
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56487 seconds with 12 queries