Forum: JavaScript / DHTML / AJAX Jun 23rd, 2006 |
| Replies: 13 Views: 4,353 That's cool, I get bored at work. as a rule of thumb, the easier it is for people to access the problem, the easier it is for them to help.
If I can glance at the code and see I can paste it into... |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2006 |
| Replies: 13 Views: 4,353 <html>
<head></head>
<body>
<script language="javascript" type="text/javascript">
var set_action = "";
var set_path = "images/";
var set_id="<!--%ID%-->";
var set_spacer = "spacer.gif";... |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2006 |
| Replies: 13 Views: 4,353 Yes it is all possible (if I understand what your saying).
I think you are saying you were thinking about setting the value with a mouse over event? This is actually very similar to how it is now,... |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2006 |
| Replies: 13 Views: 4,353 Yes, It is pretty simple to put two elements in a form. You will have a little problem with your code, because you don't have a very 'object-oriented' structure. It is very procedural.
What I mean... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2006 |
| Replies: 13 Views: 4,353 interesting... I guess I could remove the php code, load it in a web browser, take a look at your problem and find a solution for you. |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2006 |
| Replies: 13 Views: 4,353 have you seen the yahoo 'launchcast' station music rating? it uses that crazy macromedia stuff to implement its ratings, but these days you can eliminate around 10% of your audience by using AJAX to... |
Forum: JavaScript / DHTML / AJAX May 5th, 2005 |
| Replies: 20 Views: 43,052 Did you want a random page on refresh?
Server side would be better for this. But if you wanted to do it client side, then just have an array of URLs and use the document.location.href attribute... |