Forum: JavaScript / DHTML / AJAX Jul 18th, 2009 |
| Replies: 1 Views: 362 I solved my own problem by remembering Google after I posted. for everyone's reference, you can't use ampersands. you have to spell it out. |
Forum: JavaScript / DHTML / AJAX Jul 18th, 2009 |
| Replies: 1 Views: 362 In other words, can I do this..
<cd>
<artist>Angella Christie</artist>
<album>Hymn & I</album>
<song>Blessed Assurance</song>
<genre>Gospel Jazz</genre>
<image>... |
Forum: JavaScript / DHTML / AJAX Jun 23rd, 2009 |
| Replies: 2 Views: 337 Hello any and everyone,
I have a form inside of an HTML page. The result I want is that when the user hits the submit button that only the section of the page containing the form refreshes. Wen... |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2009 |
| Replies: 4 Views: 3,117 I tried the code given for the OK button on the alert message to open a window, but browsers still detect a pop up and block the window. I would like to circumvent pop up detection so the pop up... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2009 |
| Replies: 4 Views: 3,117 |
Forum: JavaScript / DHTML / AJAX Jan 3rd, 2009 |
| Replies: 4 Views: 3,117 I have the code to detect and alert the user of my pop up being blocked. Is it also possible to have the user click ok to open the pop up? If so, can someone post that code for me, please? Thanks. |
Forum: JavaScript / DHTML / AJAX Dec 31st, 2008 |
| Replies: 1 Views: 664 Hey everyone,
I've just created a pop up window, but as opposed to launching it in response to a link I want it to launch with the home page. I believe I've seen it done, but don't know how it is... |