Hi folks,
If I have an HTML iFrame element on my page (say, ID=iLogin), how can I reference the src properties of it in the aspx.vb code?
is not accepted...Code:iLogin.src = "http://dynamicdrive.com"
- I
Printable View
Hi folks,
If I have an HTML iFrame element on my page (say, ID=iLogin), how can I reference the src properties of it in the aspx.vb code?
is not accepted...Code:iLogin.src = "http://dynamicdrive.com"
- I