Forum: JavaScript / DHTML / AJAX Sep 3rd, 2005 |
| Replies: 1 Views: 11,228 Alright - I'm stumped. I need to get a variable from file1.html to file2.php which is called like this from file1.html:
<script src="scripts/file2.php" type="text/javascript"></script>
In... |
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2005 |
| Replies: 2 Views: 47,645 I think I've already answered my own question - nevermind. :) |
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2005 |
| Replies: 2 Views: 47,645 I've been searching around the web since I don't have my library of books available right now -- but here's my question... can I do a purely javascript session variable without the use of PHP, ASP,... |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2005 |
| Replies: 10 Views: 34,711 You can do it a variety of ways -- one being what DaveSW suggested. In PHP, at least, you don't need to pass it as a URL variable.
Forms using the POST method (which is... well.... yeah, duh)...... |