View Single Post
  #3 (permalink)  
Old 05-14-2008, 04:43 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,942
Last Blog:
Performance or Maintai...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Displaying stock price

To display the symbol you would just need to do:

HTML Code:
document.write(quote[0]);
The easiest way to refresh a page every xx amount of minutes is to simply put this in the <head> segments:

HTML Code:
<meta http-equiv="refresh" content="600">
If you want to use JavaScript though you can use this function: The JavaScript Source: Page Details: Refresh Page - Automatic
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Reply With Quote