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 TouchToneTommy 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: Placido
  • Content: Threads
  • Order by date
  1. Placido

    Cisco 1700 with ISDN backup

    I would appreciate if anyone can share with me a sample configuration for a 1700 with ADSL multi VC and ISDN backup. On this box we will be running both IP and VOIP traffic. Thanx in advance Ciao Placido P.S. Knowledge gives you the mean to see the door... Wisdom gives you the key to open it...
  2. Placido

    Area tag question

    Hi everybody, I'm trying to link a list of places to an image map and I'd like that when someone click on one of the place the area on the image map would be somehow highlight, for example with an empty box... Can you help me? Thanks in advance Ciao Placido P.S. Knowledge gives you the mean...
  3. Placido

    Access form field getting data from 3 tables column

    Hi everybody- I have an access form field (pull down list) that I want to populate with the data from the same column in 3 different tables... Any help will be appreciated Ciao Placido P.S. Knowledge gives you the mean to see the door... Wisdom gives you the key to open it...
  4. Placido

    How do you get data from a table column to fill a form field in Access

    Hi- I'm using Access and I'm trying to fill a form field with data that I get from the column in a table.. Any help will be appreciated... Thanks in advance Ciao Placido P.S. Knowledge gives you the mean to see the door... Wisdom gives you the key to open it...
  5. Placido

    OBJECT (text file) value into INPUT value

    Hi- I created an object that is a text file using the OBJECT tag. Now I want to put specific values inside this text file into the value of an INPUT tag... How can I do that? Any help is appreciated Ciao Placido P.S. Knowledge gives you the mean to see the door... Wisdom gives you the key to...
  6. Placido

    OBJECT value into INPUT tag value

    Hi- I created an object that is a text file using the OBJECT tag. Now I want to put specific values inside this text file into the value of an INPUT tag... How can I do that? Any help is appreciated Ciao Placido P.S. Knowledge gives you the mean to see the door... Wisdom gives you the key to...
  7. Placido

    variable in the value of an input tag

    Hi everybody- I have this tag that works in ASP: <INPUT type=&quot;hidden&quot; id=&quot;username&quot; size=&quot;12&quot; name=&quot;username&quot; value='<%=Request.QueryString(&quot;user&quot;)%>'> Can I code in Javascript something similar? Meaning can I replace the vbscript query with...
  8. Placido

    Document.referrer blank

    Hi- Does anybody knows why when you link from a secure site (https://...) to a non secure site (http://...) the document.referrer is not being filled? Is there a way to change that? Ciao Placido
  9. Placido

    Browser document.referrer &amp; Firewall

    Hi- Can you block the browser document.referrer URL with a Pix Firewall? If yes... How can you disable it back so the referrer will be allowed to be passed on?
  10. Placido

    Document Referrer blank

    Hi everybody- I have a problem with the document.referrer. I have a page that load only if your document.referrer is recognized... My problem is that this customer of mine, coming from an Intranet secure site (https://...) doesn't seem to fill the document.referrer (meaning is blank when my...
  11. Placido

    document referrer

    Hi everybody- Is there a way to block the document referrer info from being available? Ciao Placido
  12. Placido

    blank line after form

    Hi everybody- Is there a way to remove the blank line after a form? Any info will be appreciated Placido
  13. Placido

    MCSE track

    Hi everybody- Which core and elective exams you advice to take for MCSE certification? Any interesting sites on the Internet that will help me prepare for each exams (tests, etc...) will be great too... Thanks Placido Knowledge gives you the mean to see the door... Wisdom gives you the key to...
  14. Placido

    How to scroll up and down an I-Frame

    Hi everybody- I'm trying to figured out how to scroll an I-Frame from the main document... I have this snippet below, but I can't figured out how to address the I-Frame... <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;> <!-- function scrolldown(){ for (I=1...
  15. Placido

    question about options in an HTML select

    can you replace the value of the index in the below statement: document.form.datab.options[0].selected with a variable (cont)? document.form.datab.options[cont].selected
  16. Placido

    Pull down menu with Multiple choices

    Hi- I have a pull down menu with several choices of databases for the users to search. My users need to select more then one of these databases available and I need to put the list of the user databases selection (each choice separate by a comma) in a variable to be send to our host... Thanks...
  17. Placido

    Can you read a file and import some text from it?

    I'm trying to figured out if you can read an external file, grab some info from it and import this info in a form element... Any help will be appreciated
  18. Placido

    Disable and Enable, or viceversa, input button

    I have 3 buttons on my form and I need to enable or disable them depending on action by user... can you help me...
  19. Placido

    How to change a space to &quot; &amp; &quot;?

    I'm trying to change a space to this string &quot; & &quot; without quotes naturally...
  20. Placido

    Feed new page inside table using Javascript

    Hi everybody- I was wondering if there's a way to feed a different page inside a table by using Javascript...

Part and Inventory Search

Back
Top