Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Srivats

    Inject some HTML code into Iframe

    Hello Dan, I tried to do the same for a newly created Iframe like <iFrame Obj>.contentWindow.document.body.innerHTML = "<p> SOme text.." But, i get a scripting error saying body is null or not an object. I found that when an Iframe is created whose src="about:blank", on which I try to set...
  2. Srivats

    Inject some HTML code into Iframe

    Okie.... forget about the DomainSecurity. Is there any other way to inject HTML code into a Iframe without using contentWindow.document.write ? We have a seperate client framework (Not Browser like IE or Netscape) with full support for JavaScript. This *Smart Client* could be tweaked to not to...
  3. Srivats

    Inject some HTML code into Iframe

    Hi guys, I've a small issue at hand. I would like to inject some HTML code into a Dynamically created Iframe. I should NOT use <iframe>.contentWindow.document.write("<p> blah blah..."). Is there any other way thru JavaScrip to do this. The Reason I cannot use document.write is due to some...
  4. Srivats

    To restore a file group of a file to a database

    Hi Guys, I need to restore SQL Server database that was backed up long back.. I see it in the files tab. Is it possible to restore a database from a file group or a file.. Every time i do this I get the following message Database ( Loading ). Can any one please help me on this.
  5. Srivats

    executing sql scripts

    Hi, I am new to MySQL. I need to know how to execute an sql script that is stored in a file (in Windows). Thanks

Part and Inventory Search

Back
Top