Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008 |
| Replies: 3 Views: 750 Re: Using ASCII codes?? Thanks for the reply.
Yes, I've tried \r, \n, \r\n, \n\n.... I've been looking up solutions without any luck, so as a last resort I came to the forum for help...
It is two pages the first one... |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008 |
| Replies: 3 Views: 750 Using ASCII codes?? Hello List!
I'm having a problem getting a line break/feed on a page...I'm passing parameters from one page to another (this particular one is being passed to a textarea), and would like to pass... |
Forum: JavaScript / DHTML / AJAX Oct 15th, 2007 |
| Replies: 4 Views: 1,985 Re: Populating Select Box w/ Passed In Value? Thanks for the reply!
I think I'm getting closer...
When I use this:
function loadBottomLocationID(locationID){
var txt = "TEST";
document.form1.LocationID.options[0] = new Option(txt); |
Forum: JavaScript / DHTML / AJAX Oct 15th, 2007 |
| Replies: 4 Views: 1,985 |
Forum: JavaScript / DHTML / AJAX Oct 15th, 2007 |
| Replies: 4 Views: 1,985 Populating Select Box w/ Passed In Value? Hello List!
I'm having a little problem w/ getting my select box populated...
I'm passing in a 'LocationID' to this page and need to write a function to take that LocationID and populate the select... |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2007 |
| Replies: 1 Views: 656 Opening Two Frames (Top/Bottom)?? Hello List!
First time posting here, and I'm hoping someone can help me with a problem I'm having...
I am working w/ ASP and Javascript...
I need to show one link and open/change the windows when... |