View Single Post
Old 01-31-2012, 02:12 AM   PM User | #1
Sabastion
New to the CF scene

 
Join Date: Apr 2007
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Sabastion is an unknown quantity at this point
Simple ajax question

Ok so I fixed one problem I was having with ajax. I got IE to actually show the text on a page by putting the <html> tags around the items.

I was trying to make the interface better but I can not get it to show a table. Every time I try to get the second page to show a table IE crashes the ajax command an nothing happens.

Maby I am over thinking this.

Start page
Asks for the item the person would like to see with a fetch button.
Click the fetch button.
Ajax calls ITEMS.asp to get the item information.
ITEMS.asp returns a table with the information.

For some reason if I do not format the info ITEMS.asp will work fine with IE but if I try to use <table> it crashes. Anyone know what I am doing wrong here?
Sabastion is offline   Reply With Quote