Post Title With Paramater
-
Hey guys!
We recently implemented a stock quote system, where a user can enter a stock symbol and it will return all sorts of financial values.
I have a template made up that displays the financial widgets, and when a user enters a ticker symbol it runs some JS with the callback url being my template. In this example, it is
What my issue is, is the title is currently blank. When a user inputs a symbol, the page title in the browser is simply “Quote -” Instead, I want it to be “Quote – XXXX” with XXXX being the stock ticker they entered.
What is the easiest way to go about this? I know it’s probably really simple, but I am stumped.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Post Title With Paramater’ is closed to new replies.