Forum: JavaScript / DHTML / AJAX Jan 8th, 2009 |
| Replies: 0 Views: 673 How would I be able to accomplish the attached image?
I have seen ajax sliders around, however only 1 slider. Is it possible to include a 2nd slider to act as a "maximum" and the first slider as a... |
Forum: JavaScript / DHTML / AJAX Dec 31st, 2008 |
| Replies: 4 Views: 2,161 Great! Thank you so much for the explanation.
I am just starting to get into AJAX and I love alot of the examples I see online. As this is for a demo, loading time isn't a concern. It's when the... |
Forum: JavaScript / DHTML / AJAX Dec 30th, 2008 |
| Replies: 4 Views: 2,161 Thanks for the reply buddylee17...
So you think the best method would be to use...
PAGE 1
<form action="results.php" method="get">
<input name="name" type="text" /> </font><input... |
Forum: JavaScript / DHTML / AJAX Dec 28th, 2008 |
| Replies: 4 Views: 2,161 Looking for an example to fit into a demo I am doing...
I'd like the user to be able to enter text and click search using POST method
Once the next page has loaded, display that variable using... |