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

    Where issue in my Update string.

    Hello, I am receiving an error message is seem at the second Where statement, I want the update to occur when the where statement is true see below. Any ideas on how to make this happen? UPDATE HL_Data SET Signon_ID = 'New_User_ID' WHERE dbo.HL_Jobs.Job_Name...
  2. jgraves13

    Load an Array from directory or db...

    I am not sure how to pull data i.e.(images) from an image directory. I have a rotate function that I am currently using in my Body OnLoad tag. I want to make my life easier by just randomly grabing images instead of me having to type in what images display randomly. I am also open to using a...
  3. jgraves13

    How to call another .aspx page

    I have created a web form named Default.aspx (Language C#)in which the user fills it in. I have an image button for the user to select an effective date. MY issue is how do I call Calendar2.aspx, when the user clicks the image button from Default.asp? Thank you, JG
  4. jgraves13

    Calendar issue

    jgraves13 (Programmer) Jun 18, 2007 I have a form that I created with an image button. This image button is a calendar image that calls a calendar popup. I do not know how to make the calendar change when I select any month from a dropdown box. Can someone show me what I need to due to...
  5. jgraves13

    Calendar question about selecting a month.

    Is it possible to extract the month from some sort of Date function? I am building an application that calls the Calendar function and added two dropdown boxes one for Month and one for Year. I would like to select any month and have the calendar go to that month. Does anyone know how this can...
  6. jgraves13

    How to call JavaScript function in C# code?

    Hello, I have this JavaScript file on a server that I would like to make a call to a specific function in the JavaScript, how can this be done?
  7. jgraves13

    How to call php from php.

    Hello, I want to call a php file "Rotate.php" from my index.php file, any ideas? ~JG
  8. jgraves13

    how to check for safari web browser

    I just ran into an issue where a client is using an Apple laptop and using Safari to access some .NET appilcations, and it seems to be displaying the navagation bar funny. Does anyone know how or point me to some resources to explain how I can check in the code for the Safari web browser was one...
  9. jgraves13

    how to check for safari web browser

    Hello, Does anyone now how to implement a safari web browser check in my .NET code. JG
  10. jgraves13

    html call to vbscript on the server

    Is it possible to put a vbscript calling the year on a server, then making a call from some html file to get the date from the server? JG
  11. jgraves13

    calling ASP from HTML

    Is it possible to call an ASP function from html, just like javascript? JG
  12. jgraves13

    call to call a value in html

    I am not sure what else I can do... I have a template in dreamweaver I am working with, and I need to insert a interger value in 100+ .htm files. My problem is I can not use anything but asp it that is possible to make the change. I want to either utilize asp's date function or some call call a...
  13. jgraves13

    date function with span id return issue.

    I am trying to return a 4 digit current year where the span id exist in the code. I am not sure what I am doing wrong with this code. I was hoping someone can let me know where I went wrong. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  14. jgraves13

    javascript/ajax display to html issue

    I have an html file that calls a javascript/AJAX file which calls an ASP page. the ASP only generates the current year, then returns it to AJAX, then this should return it to the html page... and it's not... can some see what it is I am doing wrong? When I put the javascript/ajax in the actual...
  15. jgraves13

    Indexing Service / Search Engine

    Hello, I am writing a Search Function, actually it works well, however I don't know how to search for a URL... any idea how to do this? I also noticed that it doesn't seem to work as well with the word AND when searching for two words, any idea why? 'long form query langauge (Dialect = 2)...
  16. jgraves13

    Search Engine Function

    Hello, I am writing a Search Function, actually it works well, however I don't know how to search for a URL... any idea how to do this??? 'long form query langauge (Dialect = 2): strCompSearch = "{prop name=Contents} " & CreateSearchString(strSearch) & " {/prop}" & _ " &! {prop...
  17. jgraves13

    I can't get pictures to display properly

    Here is my segment of code I am using $results = mysql_query("Select * from $table"); echo "<table border=\"1\">"; while ($row = mysql_fetch_assoc($results)): echo "<tr><td>{$row['filename']}</td><td>{$row['filetype']}</td> <td>{$row['filesize']}</td> <td><img height=\"40\"...
  18. jgraves13

    linux on MS VPC

    Hello Folks, I was wondering if anyone has success fully tried to install linux on Microsoft Visual PC 2004? I have been surfing the net tring all kinds of suggestions, but with no preveil... Can anyone help me with this issue? ~ JG "Moving on is so much easiler once we know where we've been"...

Part and Inventory Search

Back
Top