Jump to content

vijay

Members
  • Posts

    323
  • Joined

  • Last visited

Everything 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, 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
  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. vijay

    Form

    Hi,In ASp U can Div tagVijay
  6. vijay

    DSML

    Hi, Use Following Linkhttp://www.dsmltools.org/docs/Vijay
  7. Hi,PrakashIs this Function runs on SQL Server 2000?I tried but not any result.Vijay
  8. 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>
  9. Hi,try with this and convert it into ur requirement<html><head><script type="text/javascript">function open_win() {window.open("http://www.w3schools.com")}</script></head><body><form><input type=button value="Open Window" onclick="open_win()"></form></body></html>And U can also write in Action part of it SomeFile.php<form name action="SomeFile.php"></form>Vijay
  10. Hi, SoWhat YaaarU can stii useVijay
  11. Hi, Use this,Put Like this<INPUT NAME="Open" TYPE="Button" ID="Open" OnClick="window.open(Filename)">In window.open function will open file Whatever u want
  12. Hi, Plz Put PopUp in JS FunAnd Call At Every Time Wheever U reqd
  13. 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
  14. Hi Dan Refere Folloing LinkAnd use it And Convert it in yr reqqurementhttp://www.w3schools.com/js/tryit.asp?file...om_window_popupVijay
  15. Hi Padu U can use thisLink for thishttp://www.w3schools.com/js/tryit.asp?file...om_window_popupVijay
  16. vijay

    Send Message by Ip

    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
  17. vijay

    Send Message by Ip

    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
  18. vijay

    Send Message

    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
  19. vijay

    Send Message

    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
  20. vijay

    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
  21. 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
  22. Hi,My DEAR FRND There is No CSS in VBVijay
  23. Hi,Ya I will check with that But it Has no propertyof Color in deathBut List Box has this PropertySo It will change All Items In TextBoxSo What I Do If I want To change Color of Indivisual Item?Now Tell meVijay
  24. Hi,Suppose we have ListBox Containing Lien Following Like ThisRedBlueYellowetcSo I want In list Box's Item's Color WhatEver it's namein short I need Every Item in List box has Different ColorCan Any one Do this in VB?RegardsVijay
×
×
  • Create New...