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: Weese
  • Order by date
  1. Weese

    How to import Excel sheet data into a SQL Server Table.

    Hi Friends, I am having one excel file which needs to be converted into a SQL Table. I need to use asp.net. Please let me know if there is any way to do it. Pointers to the sample program would be very useful. Thanks a lot in advance.
  2. Weese

    How to create two worksheets in a workbook in Excel using ASP

    Can any one provide me a sample example for creating a Excel Sheet from ASP, workbook named as "ExcelReport", WorkSheet1 named as "Data-Summary", WorkSheet2 named as "Data-Details". Pointer to any good site is greatly Thankful.
  3. Weese

    Retrieving select query

    Hi, I need to retrieve from a select query from a string of values that's delimited using a delimiter... I am having a data like this in myTable maxYr minYr SysMakCd SysModCd SysModDes 1999 2001 Turky 0912 TurkyModDes 2002 2003 Turky 0912 TurkyLaterDes...
  4. Weese

    Help needed reg Absolute Positioning

    Hai my code is like the below one. ************************************************** <Html> <head> <title></title> <SCRIPT LANGUAGE=javascript> <!-- function DisplayNone(){ ID2.style.display = &quot;none&quot;; ID4.style.display = &quot;none&quot;; } //--> </SCRIPT> </head> <body id=bdy...
  5. Weese

    Accessing user defined attribute in mozilla

    I am having an input field like the below one. <input type=&quot;text&quot; id=&quot;txtSelectEmployee&quot; size=&quot;55&quot; maxlength=&quot;38&quot; requiredInd = &quot;R&quot; value=&quot; &quot; /> In Ie, I am able to do like the below, if(frm.txtSelectEmployee.requiredInd...
  6. Weese

    How to default a dropdown to Blank

    This is not what my requirement. There should not be any blank option.But it should be defaulted with blank. eg. frm.cboSelect.value = &quot;&quot;; sets it to blank without adding a new blank option. This I have achieve in Mozilla / Netscape
  7. Weese

    How to default a dropdown to Blank

    I want a dropdown to be defaulted to blank initially. After the user selects some value blank should go away. This I am able to achieve in IE. But not in Mozilla or Netscape. Please guide me .....
  8. Weese

    i want to download the doc to anoth

    i want to download the doc to another place. <a href=&quot;../Forms/Form49_1.doc&quot;> Form49_Page1</a> if i click the above link in ie i want it will ask save location. How i will do . now if i click the above link it will open in ie.
  9. Weese

    I want to use something like this i

    I want to use something like this in my javascript. objForm.cboComboBox.style.width = objForm.cboComboBox.style.width * 0.9; But it is not working. Pls help to solve this.
  10. Weese

    Is there way for a link not to submit.

    Is there a way like disabling a link to prevent a user click multiple times on a link and the page get submitted multiple times. What I want is once the user clicks over the link, he should not be able to reclick.But the hyperlink should be there giving the feeling that it is a link. User...
  11. Weese

    Is there way for a link not to submit.

    Hi Gary & jeff, Thank u all for ur valuable guidance.It really helps me a lot.
  12. Weese

    Is there way for a link not to submit.

    Thank you Jemminger, This really solves my problem. I had a plan of using href=&quot;javascript:void(0)&quot;.But this creates another problem that it displays in status bar.I tried to overcome this by onMouseOver=&quot;self.status='';&quot;.But even though if we tab through the link still it...
  13. Weese

    Is there way for a link not to submit.

    <FORM method=&quot;post&quot; name=&quot;MyScreen&quot; onsubmit=&quot;return false&quot; action=&quot;Myasp.ASP?WCI=MyScreen&amp;WCE=MyEvent&quot;> <A link href=&quot; &quot; onClick=SubmitForm()>Option</A> See in the above case, I am explictly using submit in SubmitForm function. But in...
  14. Weese

    Experts help needed - Problem with Links in Netscape

    Hai All, Here I closely watch what is going on behind. My HTMLPage1 contains javascript function submitForm() which is used to do some validations before submit. My HTMLPage2 also contains javascript function submitForm() doing some validations before that page gets submitted. In my case...
  15. Weese

    Experts help needed - Problem with Links in Netscape

    My HTML page uses two three external javascript like this. <SCRIPT language=&quot;JavaScript&quot; src=&quot;MyScript.js&quot;>; </SCRIPT> <SCRIPT>if (typeof(MyScript) == &quot;undefined&quot;) alert(&quot;Could not load MyScript.js&quot;);</SCRIPT> I am having a variable defined in...
  16. Weese

    form won't post via javascript

    Hai I tried it and working fine.. Check it and what version of browser you are using...
  17. Weese

    How to deal with a selective div having same id?

    My program is like this. function fnGetNames(){ // Returns a collection with 2 INPUT type=text elements. var aInput=document.getElementsByName(&quot;same&quot;)[0]; aInput.style.display=&quot;None&quot;; } <Div id=&quot;same&quot;> <INPUT TYPE=&quot;text&quot...

Part and Inventory Search

Back
Top