Jump to content

vijay

Members
  • Posts

    323
  • Joined

  • Last visited

Posts posted by vijay

  1. Hi, Plz Try What ever I am Going to make u do that's thing I dont know How it will come backWordDocument's MenuBarDo the Following Open Word DocumentThen Drag it and put it editor window and click on X button(i.e Remove Menubar) Now I want that MenuBar Back in WordDoc I didnt get menubar since I have done this onwords Plz, Find Solution And Tell me How It will back? Thanx In Advace Bye Vijay

  2. Hi, Plz Try What ever I am Going to make u do that's thing I dont know How it will come backWordDocument's MenuBarDo the Following Open Word DocumentThen Drag it and put it editor window and click on X button(i.e Remove Menubar) Now I want that MenuBar Back in WordDoc I didnt get menubar since I have done this onwords Plz, Find Solution And Tell me How It will back? Thanx In Advace Bye Vijay

  3. Hi, :blink: Plz Try :) What ever I am Going to make u do that's thing I dont know How it will come backWordDocument's MenuBarDo the Following :( Open Word DocumentThen Drag it and put it editor window and click on X button(i.e Remove Menubar) :) Now I want that MenuBar Back in WordDoc :) I didnt get menubar since I have done this onwords Plz, Find Solution And Tell me How It will back? :( Thanx In Advace :D Bye Vijay

  4. Hi,OmanutiTry with Following CodeSyntactically if wrong then correct it but logic is this<%dim cnamefname=Request.QueryString("cname")If cname<>"" ThenSet fs=Server.CreateObject("Scripting.FileSystemObject") If (fs.FileExists("c:\& cname &.asp"))=true Then Response.Write("File c:\& cname &.asp exists.") Else set fname=fs.CreateTextFile("c:\& cname &.asp",true) Response.Write("File created as c:\& cname &.asp") End Ifset fs=nothingEnd if %><form method="get">Client Name: <input type="text" name="Cname" size="20"><INPUT TYPE="submit" NAME="Submit" VALUE="Submit" ></form>

  5. Hi :) YAaarraIt's too SimpleUse this Functionwindow.open("http://www.w3schools.com","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")Or<form Action="SomeFile.php">//write Ur Code here</form><html><head><script type="text/javascript">function open_win(){window.open("http://www.w3schools.com","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")}</script></head><body><form><input type="button" value="Open Window" onclick="open_win()"></form></body></html> :)

  6. Hi, Padu :) So Plz Code like that Page is automaticalyy refresh at Some moment and Code of checking Execute Every TimeThat Code is <script type="text/javascript"> function reFresh() { location.reload(true) } window.setInterval("reFresh()",1000); </script>Vijay

  7. Hi All , Is there any Function for sending message by IP Address in any language like php, javascript or vbscript So we can send message by IP Address.RegardsVijay

    Form

    Hi :) ,In Which Order means Specify your QuestionU have created Form Now Order means ?If u want to show Form by some Condition then u can use <Div>tag of HtmlIn the <Div> tag u can create your Form I think suppose u want thisVijay

×
×
  • Create New...