Feed on
Posts
Comments

Archive for the ‘Javascript’ Category

This is what we call external javascript too..
Anyway save your .js file as .php. For example, your js file will be named as file.php
The syntax to referencing a PHP file using external JavaScript is almost same as what we normally do for JS files:
<script type=”text/javascript” src=”file.php”></script>
where “file.php” is either an absolute or relative path to [...]

Read Full Post »

Just finished implementing a new animated dhtml multi level vertical drop down menu bar in pragyan website…
check it out here.. http://www.pragyan.org It looks very decent! many ppl have liked it till now.. whoever has seen.. don noe whether how much they were lying though! so better check out and post your comments..
took the script [...]

Read Full Post »