Search

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

Matching Posts

  • Re: window minimize on text change

    Same exact issue, let me know if you figure this out. Hitting the enter key seemingly submits the form on the page with the min/max as the focused or submitting element. I have tried the javascript capture idea, and have been able to stop the form from submitting, but only by using function checkenter(e) (find on web) {document.forms(0).onsubmit = cancelSubmit;} then function cancelSubmit(){ return false;} but this stops the page from being submitted by any control as the form no longer submits.
    Posted to DotNetNuke (Forum) by talismanj on 8/10/2005
  • Re: Has anyone passed login credentials from external page to DNN?

    Thanks Shuzo, your code provided me with more options I may utilize. J
    Posted to DotNetNuke (Forum) by talismanj on 10/21/2004
  • Re: Has anyone passed login credentials from external page to DNN?

    Hi Shawn, Would you mind posting the code or global.asax.vb file you've modified (minus, of course, sensitive info)? Your situation is very similar to ours, and adding users on the fly would be ideal for us as well. I can probably track down all the pieces I need but I have little experience with encrypted cookies and am also relatively new to DNN 2.1.2 and could appreciate a time-savings here. Or if you prefer, you can email it to talismanj@yahoo.com. Thanks in advance! J
    Posted to DotNetNuke (Forum) by talismanj on 10/21/2004
  • Re: Has anyone passed login credentials from external page to DNN?

    Ron, any success or failures you could mention here on your attempts at this? I believe I am in the same situation as you and will be attempting something similar. J
    Posted to DotNetNuke (Forum) by talismanj on 10/20/2004
  • Re: IE TAB CONTROL

    Did you ever figure out what is causing this? I have the same thing happening to me and cannot seem to fix it for my development machine. Would appreciate any help. Thanks! J
  • Re: Error loading module

    I'll try it, thanks! J
    Posted to DotNetNuke (Forum) by talismanj on 6/13/2004
  • Re: Error loading module

    How do you clear the Visual Studio cache? I think it is causing me problems as well... Thanks! J
    Posted to DotNetNuke (Forum) by talismanj on 6/12/2004
  • Re: Default UserRoleInfo setting

    Would be interested in helping you out with this, and of course working with your code as a starting point. What's the status of your provider? Thanks! J
    Posted to DotNetNuke (Forum) by talismanj on 4/20/2004
  • Image strangeness

    Hi all-- I'm having an issue with login images that look blurry. I have three new gif images for login, forgot password and register that I downloaded awhile back. They are slighty larger than the existing gif images 63x19 vs. 60x18. I've looked all over the place for something that might be forcing the width and height of the img tag these get src'd in, but no such attributes are being set. I checked the css to see if it was doing something, and I'm still suspicious but dont see it. Font size wouldnt
    Posted to Portal Starter Kit (Forum) by talismanj on 2/1/2004
  • Re: Home page error

    If it happens again I figured it out so you dont have to start over. Though I did it for Ibuyspy I think it will still work for DNN. It requires a bit of database manipulation: Go into SQL Server and export the home tab record (ONLY) from another (working) portal's "tabs" table into the screwed up one. Make sure you append and dont delete; you'll have to use a SQL query select * from tabs where tabId = 1 or something similar. Then modify your "modules" table as necessary for the
    Posted to DotNetNuke (Forum) by talismanj on 2/1/2004
Page 1 of 1 (10 items)
Microsoft Communities