Jump to content

Rachit Shah

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Rachit Shah

  1. Rachit Shah

    Oracle

    Check this procedure. with PL/SQL its possible, with SQL i think its next to impossible.
  2. I think thats not true. Check the code below. Its working fine. The </head> is there, the browser iss not reading it?
  3. I tried with document.close and document.openBoth are working and I have solved the problem.
  4. I have been trying to generate same page through javascript.I mean the script function will again use document.write to write the same code as it is in the original html page.Please Put this code in HTML page.Click the button once provided in html page.Click again.______________________The problem starts now. Now click the button again. Its behaviour is different now.It will double the document code (duplication of code through script).Can anybody justify the behaviour.Thanx in advance.Plz put the code in html page and check it, only then one can actually understand the strange behaviour. I cant put it in words.
  5. I have been trapped in a puzzle. I want to retrieve the script code from the same html page and put it inside script tags. I have put button function which fetches the script in the page.While fetching script code I encountered below mentioned scenario. Here in the Original code its giving me error as unterminated string constant.I changed script as shown in second quoted code. Now its working. I did not figure out why its giving error in first case (i.e first code).Original code Changed code
×
×
  • Create New...