Search

You searched for the word(s): userid:745202

Matching Posts

  • Re: popup by javascript method window.open not working in mozilla

    Sounds like it is a style sheet problem since the page is being written since you can hover over buttons but just can't see them.
    Posted to Client Side Web Development (Forum) by djacks14 on 1/9/2009
  • Re: Equivalent IE statement for Mozilla

    I found out that IE uses the id attribute to get the element while Mozilla was using the name attribute. So I just had to do id="mainZoneFrameA" name="mainZoneFrameA" for it to work.
    Posted to Client Side Web Development (Forum) by djacks14 on 10/13/2008
  • Re: Equivalent IE statement for Mozilla

    The reason I am using window.mainZoneFrameA is that I want to get a reference to that iFrame called mainZoneFrameA and do some manipulation in this frame. var ev=window.event does work in IE but it does not serve the purpose I am looking for. I need it to be based on mainZoneFrameA and also work in both IE and Firefox. HTH
    Posted to Client Side Web Development (Forum) by djacks14 on 10/9/2008
  • Equivalent IE statement for Mozilla

    Hi all, I am currently using the statement var ev= window.mainZoneFrameA.event?window.mainZoneFrameA.event:e to grab a that frame in order to get the mouse coordinates when clicked in that frame. This works fine in IE7 but is not the case in FireFox. I was wondering if anyone knew how to make this a viable statement in FireFox.
    Posted to Client Side Web Development (Forum) by djacks14 on 10/8/2008
  • Re: listbox always selects index 0

    Make sure that none of your items have the same value even though the text may differ, for some reason I was having your problem and this seemed to fix it.
    Posted to Web Forms (Forum) by djacks14 on 8/18/2008
  • Re: SmtpClient question

    The customer I am making this for moves or switches the SMTP very often for thier own reasons so the host name would change all the time. I want to be able to make this code so that I would never have to touch it again but using the suggested methods go against what I am trying to do.
    Posted to Web Forms (Forum) by djacks14 on 5/21/2008
  • Re: SmtpClient question

    The reason I want to be able to determine the host dynamically is that the server used for sending emails changes and it would be rather annoying to have to change it everytime it changes it in the web config. So there is no way to determine some how in the System.Net.Mail class what the host server is and than pass that in the SmtpClient.Host parameter?
    Posted to Web Forms (Forum) by djacks14 on 5/21/2008
  • SmtpClient question

    Hi all, I am trying to build a page that sends admins email notifications. I am using the System.Net.Mail name space to do this. I found lots of examples on how to do this but the only problem I have is determining the relay host server. I don't want to hard code it in the web.config file and I was wondering if anyone knows a way to dynamically determine what server it uses normally or if I am going to have to look it up and just put it into the web.config. Any suggestions?
    Posted to Web Forms (Forum) by djacks14 on 5/21/2008
  • Question about SPRole.AddUser

    Hi all, I have a question about how and where exactly SPRole.AddUser is drawing its users from. Currently I have a method that returns a string of all users found on all the root webs subwebs. Say this method returns: acct\a acct\b acct\c acct\d But when I use SPRole.AddUser("acct\z","blah","blah","blah") it will add that user to the site since he exists. The problem I am having is that I want my method to also be able to return the names of people who aren't
    Posted to Security (Forum) by djacks14 on 4/29/2008
  • Re: User Lookup

    No I am not using the AD.
    Posted to Web Forms (Forum) by djacks14 on 4/24/2008
Page 1 of 3 (29 items) 1 2 3 Next >