Results 1 to 4 of 4

Thread: How do I get this javascript runnning in my app?

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    How do I get this javascript runnning in my app?

    Attached is the code for a calander, created client side using java script.
    Right...I need an idiots guide to implementing it into my web page.

    Woka

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do I get this javascript runnning in my app?

    You could start by actually posting the code.

  3. #3

  4. #4

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Re: How do I get this javascript runnning in my app?

    Oh I forgot to mention something.
    We use a literal control, on our web page. No other controls. Just one literal control. Then guess what we do:
    Code:
    HTML &= "<TD><INPUT TYPE=""Text"" VALUE=""08/02/2005"" NAME=""FilterValue"" STYLE=""width:96"" ></TD>"
    HTML &= "<TD><INPUT TYPE=""Image"" NAME=""search"" SRC=""/resource/image/search.gif" HEIGHT=""19"" WIDTH=""17""></TD>"
    Yea, that right. We are using ASP.NET and we are then manually creating the html to be displayed!!! If I was allowed to swear in these forums then I would inevitably use EVERY single bad word in the whole of the English language...including the word Dump.

    So...our ENTIRE companies apps are developed like this!
    It makes it EXTREMELY complicated to do VERY simple things

    Woka

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width