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 Wanet Telecoms Ltd 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: *

  1. jasonray

    Using an Image for validation & then submit

    Ok, I found out that I can us the showModalDialog, but I am not able to find out how to Show the missing fields on the Modal Dialog. Basiclly this is what I have on my main form: function Requirez(obForm,szFields) { var fields = szFields.split(",") var szMissing=...
  2. jasonray

    Using an Image for validation & then submit

    I have one more question. Now that I the validation code working with the rest of my page, I need to send the &quot;missing fields&quot; to another HTML page (Popup Window) instead of an alert so I can format the text. How would you do that? <script language=&quot;javascript&quot...
  3. jasonray

    Using an Image for validation &amp; then submit

    Thank you dan, that worked great. =)
  4. jasonray

    Using an Image for validation &amp; then submit

    Hello, I have a question about how to us an Image button to validate a form and then submit the data once the validation is successful. I seem to be able to make it work with a standard button, but I try the image it just blows right by the validation. Any ideas? Here is the code that I am...
  5. jasonray

    Problem with Trusted SQL Server connection

    Hi, I keep getting the following error: Microsoft OLE DB Provider for SQL Server (0x80004005) Login failed for user 'Username'. Reason: Not associated with a trusted SQL Server connection. Username is not the true login. =) Anyways, I had my page running just fine on my local machine, then...
  6. jasonray

    Dymantic Dropdown Lists

    Thank you very much... :) :) :) I'll take a look at each and everyone of them..
  7. jasonray

    Dymantic Dropdown Lists

    DW is great, but I just want the understanding of coding by hand so I'm not so dependent(limited) on DW to do all the work for me. :)
  8. jasonray

    Dymantic Dropdown Lists

    Is there any GOOD sites that you recommend for novice programmers? I've found a few, but I would like to see if there are more out there that I have yet to find. :)
  9. jasonray

    Dymantic Dropdown Lists

    Thanks for the Link... This is exactly what I'm looking for. Now, due to my limited knowledge, I'm not able to figuare out how to use it with my Data connection within DreamweaverMX. =( Anyways, Thank you for your response and I'll try and figuare it. Jason
  10. jasonray

    Dymantic Dropdown Lists

    I need your help. I have a page that has 2 Dropdown lists, the First showing the Counties and the second will show the Sales reps within that county. All the information that I need is located within an MS SQL Server. So basically here is what I need help with. What ever County the person...
  11. jasonray

    Change the contents of a dropdown based on another drop down

    That is what I'm looking for too, but I need to find out how to have BOTH dropdowns reading from a Sql Server DB. ex. I have a form that has 2 dropdown boxes, the first shows the &quot;DISTINCT&quot; value of the county, when the person selects the County, I would like the second Dropdown to be...
  12. jasonray

    3rd Party Monitorig

    Hi everyone, I have a really big question. I know within SQL Server 2000 you can monitor just about everything for databases, but my boss does not want to use them. So I need to find a 3rd Party software that does the same thing. Mainly I need to monitor a few tables within our database. Any...
  13. jasonray

    Passing Login Information within a URL

    Thank you for your help. That worked. To answer your question about the username and password showing in the url, once the url gets passed, the person gets redirected to proper page. Thanks again. Jason Ray
  14. jasonray

    Passing Login Information within a URL

    Also, I am not using CGI, PHP, or PERL
  15. jasonray

    Passing Login Information within a URL

    I need some help. To start out, I just strated learning Javascript about a week ago, and I am starting to understand it as the days go on. My question is this, I need to pass a User Name and Password throught the URL. Now I know this is easy with some URL's, but I seem to be having a hard time...

Part and Inventory Search

Back
Top