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 SkipVought 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: *

  • Users: mici
  • Order by date
  1. mici

    press on any key will close alert

    Thank you ! I will try that , can you tell me also please -How do I trap any keypress to close this message? Thanks
  2. mici

    press on any key will close alert

    I have an alert message alert("hello"); I want that instead of the user clicking the ok button, he will be able to press any keyboard and the alert will be goen. How do i do it?
  3. mici

    Reading URL parameters from the start-->run

    No, ectually maybe i should explain better: everything has to be on the client side and the command line will be "iexplore http://page1.asp" this will open page1.asp or page1.js, and page1 should open the other web application, that will be minimized on the screen , and transfer few parameters...
  4. mici

    Reading URL parameters from the start-->run

    I have an application in asp/html/javascript/xml and need to read a url with parameters from an outside system into my application main page.(parameters such as user details) I try to imitate the outside system (for now) by reading the url from the START-->RUN. HOW DO I READ THE URL FROM THERE...
  5. mici

    [b]upload files to server[\b]

    I have an application written in asp using ms sql server. I want to let the user upload files (attachments) to the IIS server. How do i do it? Is there a pre made script that i can use?
  6. mici

    delete multiple rows

    i would like to write a statement who finds all the multiple rows in a field. (the opposite of distinct) I need to delete all the extra rows, that the data will show only once ex: (the extra dog and caw will be deleted) cat cat dog dog dog frog frog caw caw caw
  7. mici

    <b>. net course in NY- please recommand</b>

    I would like to learn the . Net . I prefer taking a course rather than studing by myself. I need a good school with an excellent teacher. I need to learn the new . Net and to practice my programming skills a bit. Can someone recomannd a course in NYC/ NJ area?
  8. mici

    . net course in NY- please recommand

    I would like to learn the . Net . I prefer taking a course rather than studing by myself. I need a good school with an excellent teacher. I need to learn the new . Net and to practice my programming skills a bit. Can someone recomannd a course in NYC/ NJ area?
  9. mici

    formating text to html mode

    Hi Everyone! Thank you ! the <pre> did help! and yes i am using ms sql server - server-side code. (ASP) This Forum is excellent!! Mici
  10. mici

    formating text to html mode

    i read it by sql server as for your reply- i can i build the html in my window if it is dynamic and each msg is different from another?
  11. mici

    formating text to html mode

    i read an email and desplay the content on the website, in a pop - up window (window.open) the text however is being displayed there as a plain text with no paragraphs or line breaks. How do i change it to html mode as in the email .?
  12. mici

    modify the location of saved attachments

    I want to give access from my website to attachments that arrives to email account (outlook) that on the IIS server. I noiticed that the attachments are being saved on the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ I want to change this location to the inetpub\wwwroot... in order for the users to...
  13. mici

    alert msg location

    Hi I created a dynmic table (asp , sql db) when one of the columns is a "description" . The problem is that the description is too long so i want to show only first 600 characters and then only when the user mouse over the short description it will pop -up the full text. I could do it with...
  14. mici

    window.open - call page changes

    I am using window.open to open pop up window , the window is being opened, but what also happens is that the page that calls the window is changing to the root page and it isnot suppose to change. help? my script: <%Response.Write ("<a href="""" language=""javascript"" onmouseover...
  15. mici

    &lt;% response.write &quot;&lt;a href.. window.open -syntext

    Thanks ! it worked. I have 2 more issues in this matter: 1. when the popup window is opened, the original screen (that calls the popup) changes to the root page , while it needs not to be changed. 2. How do I make the text of the href not be underlined, but still be clickable to the popup...
  16. mici

    &lt;% response.write &quot;&lt;a href.. window.open -syntext

    I get an error msg no matter what i try- Error Type: Microsoft VBScript compilation (0x800A03EE) Expected ')' I am trying the following syntext: <%Response.Write ("<a href=""" language=""javascript"" onmouseover =""window.open("'file.asp?Id=" & paramId & "' , 'file'...
  17. mici

    attachments in xp_readmail are not being read.

    attachments in xp_readmail are not being read. When the email has just an attachment like gif etc', they are being red, but when the attachment is in another enail, meaning -you get a FW email and you open it and there is an attachment of the previous email in another window, they are not being...
  18. mici

    xp_sendmail

    I used this very simple code : EXEC xp_sendmail @recipients = 'xxx@hotmail.com', @subject = 'hello' , @message = 'The contents of INFORMATION' I RUN IT IN QUERY ANALYZER AND I GET A MESSAGE "Mail Sent" However when i check my inbox I don't get the message. What could be the problem...
  19. mici

    xp_findnextmsg in a loop

    how do u use xp_findnextmsg in a loop? I would like to get some messages in a loop , but i dont want the result set of all messages because i need to control the output, insert it to db etc' i have tried this: (but it get stuck) declare @msg_id varchar(255), @message varchar(255), @status...
  20. mici

    sql server agent-doesn't work

    I have created a job in the sql server agent by Management->SQL Server Agent->Jobs->New Job->Steps->New->there i put execute xxx_procedure. Then in the scheduler I configured the time . i right clicked the sql agent and choose 'start'. The job didn't work, i saw under jobs " last run...

Part and Inventory Search

Back
Top