User Profile

Collapse

Profile Sidebar

Collapse
jay_dev
jay_dev
Last Activity: Aug 17 '06, 10:39 AM
Joined: Jul 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jay_dev
    replied to Problem with Server.CreateObject
    what if the server does not recognize the dll
    i think you have to let IIS see it first

    coz when you say VB, VB is not executed by IIS
    it happened to me with the mail, when i could send mails from C#,ASP.NET but not from ASP, it turned out that components should be installed

    i could be wrong too i dunno
    See more | Go to post

    Leave a comment:


  • Loosing Display on HISTORY.BACK()

    hi
    here's my problem
    i'm trying to create somthing like a shopping basket ,
    i have a menu where users pick what ever they want and whatevere they pick
    i append it as a div child of a master div tag existing in my document.
    So im creating child DIVs every time a choice is made and removing'em when
    choice deleted. Assume this is Page1

    the problem...
    See more | Go to post

    Leave a comment:


  • jay_dev
    replied to system time using client side script
    wait wait ..
    all that before is wrong man you need the client's system time right
    use the javascript time function
    d=new Date()
    m=d.getMinutes( )
    s=d.getSeconds( )
    h=d.getHours()

    concatenate'em and that's it

    Regards
    See more | Go to post
    Last edited by jay_dev; Aug 10 '06, 08:52 AM.

    Leave a comment:


  • jay_dev
    replied to Pls Help me in ASP
    are you creating the file or does it already exist?
    because if you were creating it there is a much easier way
    See more | Go to post

    Leave a comment:


  • sure it is use a div tag
    first it shouldbe hidden then when you're ready to print what you want
    put it inside it then show it
    Some Code
    <div id='div1' style="display: none"></div>
    when X and Y are to be printed
    you should call a javascript function to do that as follows

    function printXY()
    {

    document.getEle mentById('div1' ).innerHTML=' what you want...
    See more | Go to post
    Last edited by jay_dev; Aug 4 '06, 02:57 PM.

    Leave a comment:


  • emm not what i was looking fori know i could print the page onLoad but
    what i want is not to wait that long, or even not load the page
    just sent an order with print instructions from server to client without having the client wait till page is loaded so event is triggered

    is there a way or is it impossible?
    See more | Go to post

    Leave a comment:


  • how ?
    in my code i cache values entered by user in hidden fields that are added to the div content. User can also remove a div he has added, so i've set up a counter that gives me the div id each time one is added it is incremented and decremented when one is removed
    So i'd have

    '<input type="hidden" name="qty" ' +id_of_the_div + ' value=" ' + entered_value + ' ">

    So...
    See more | Go to post

    Leave a comment:


  • how to retain display after moving back then forward in history

    i have this slight of problem
    my page displays a div tag each time a new info is inserted
    but if i hit the back history button,move back to an earlier page then come back to the one i was working on, the divs are no longer displayed
    is there a way to retain them like in the browser's cache or elsewhere ?

    I Need to accomplish this fast please !!
    See more | Go to post

  • send print order or directive from server to client broswser

    hi,
    is there a way to send along with an asp page a directive so that the page is directly sent to the client's printer or does he have to see the page first and then use the window.print() javascript on a button click?
    See more | Go to post

  • jay_dev
    started a topic IE problem with ajax - error R6025

    IE problem with ajax - error R6025

    hi all,
    im using ajax to replace a dropdown list through a server side script
    in mozilla it works pretty fine
    but in IE i get the stupid R0625 error and who knows what it is
    i tried to tweak the code but nothing, IE crashes and my whole application fails
    im using IE6
    help anyone!!
    See more | Go to post
No activity results to display
Show More
Working...