Rank: Member Groups: Member
Joined: 3/9/2009 Posts: 25
|
I have a dialog which I pass in a webpage to the ContentUrl. the webpage has a textbox on it which I would like to interact with the textbox via javascript. The Dialog box is called internalWindow, the web page has a form called ReportRunner and the textbox clientid is called mytextbox
Any syntax would be greatly appreciated
Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will want to seach for cross frame JavaScript because the dialog host your ContentUrl inside an iframe. We don't provide exact syntax for it though because we consider it generic JavaScript programming.
Thanks!
|