IE vs Firefox ASP

i am having an issue with some webpages working in IE (either
v6 or 7) in that i have set up some pages that require logging in
and certain access levels.
i am using an access database and once you login you will be
redirected based on access level or kicked back to the login page
if credentials are incorrect. all the pages behind the login page
have the "restrict access to page" set and this all works perfectly
in firefox but not at all in IE, in IE no matter what login i use
it kicks me back to the login page and will not go any further.
I am using Dreamweaver 8 and Access 2003 and this is all
running from a Server2003 box through IIS.
if it helps any after attempting to login to to IE and
getting kicked back the following address shows up in the browser:
http://test_server/login.asp?accessdenied=%2FPages%2F401K%2Easp
instead of what i would consider "normal":
http://test_server/login.asp
if i remove the restrict access to page behavior from the
ensuing pages it all works fine but then people can just drop that
address in IE and bypass the login completely.
I am pulling my hair out with this and dont know where the
problem is so any help would be greatly appreciated.
please bear in mind that i am relatively new to dreamweaver
and this is my first venture into ASP and accessing a database from
my pages.
Thank you.
-Mike

ok here are the sites. the first one listed has the "restrict
access" enabled and as you will see it kicks you back to the login
page.
http://70.165.35.29/Pre.asp
username: pre
password: password
this second page DOES NOT have "restrict access" setup and as
you will see it lets you in.
http://70.165.35.29/Post.asp
username: post
password: password
you can try the first link which appears to not work again in
firefox and notice that using firefox it does let you in. so i am
only having the problem when using IE.
please let me know what you think may be the problem i am
completely lost here.
i really appreciate your help.

Similar Messages

  • Phishing

    '''''Moderator warning''' - I broke up those hyperlinks, they try to download a Trojan. Unacceptable in this forum. I filed a report about that URL being a phishing address.''
    The web forgery link would accept the URL because it was too long...
    Phishing URL:
    http://host217-41-46-235. in-addr. btopenworld. com/firefox.asp
    Email received.
    Important notice
    A Firefox software update is a quick download of small amounts of new code to your existing Firefox browser. These small patches can contain security fixes or other little changes to the browser to ensure that you are using the best version of Firefox available. Firefox is constantly evolving as our community finds ways to make it better, and as we adjust to the latest security threats. Keeping your Firefox up-to-date is the best way to make sure that you are using the smartest, fastest and . most importantly . safest version of Firefox available. A Firefox update will not make any changes to your bookmarks, saved passwords or other settings. However, there is a possibility that some of your Add-ons won.t be immediately compatible with new updates.
    For security reasons please update your firefox version now
    http://host217-41-46-235. in-addr. btopenworld. com/firefox.asp

    No I did not ask for any verification or password reset. 'verify now' link too me to
    https://id.apple.com/IDMSEmailVetting/vetemail.html?app_type=ext&language=US-EN& key=MjY0MGQ4OWNhNTYxOTJlZTU0MTMyZTFjMTMyMjkxMThjMzAwNmE3NTYyNDM0YWY5OGRkOTU4MjNl MDE0ZmRkM2YzNGViYzMzY2NjNmUxZTQyYjhjYWI3MDFkNTRlZDAxY2JjNGZmYTNhZWE2Njc1OTllNjBj ZDE0NTY2MDZlMWMyNDIwMGQzMjgxZDliZDIzNmQzOGExYjBlZDFlNjBiZGNmYWJmZjQ4MDhjNmQ4MDgz Zjg5NzI2ZGRiYTJjNWM2YWUyNTk0MGU3NTM1Y2QzZTZhZDkwYzMyZTkwYzQ2Mjc=
    perhaps someone was trying to reset my account. hmmmm
    Thanks for the response.

  • Interakt File Upload incompatible with Firefox?  Recommend ASP Upload tool?

    Hi,
    I've been using Interakt's File Upload tool for quite some
    time but have
    recently been made aware that it doesn't work in Firefox!
    Anyway, I notice that Interakt no longer exist now, having
    been bought out
    by Adobe some time ago as it turns out.
    Has anyone experienced this problem and found a solution?
    Adobe aren't
    offering any support for the Interakt products and no-one is
    answering, or
    even looking at, their forums.
    My feeling is that I'll need to just scrap the Interakt
    extension and try
    something else? Can anyone recommend a good File Upload
    extension for
    Dreamweaver ASP/VBScript?
    Please do not recommend DMX Zone as I am looking for a
    company that actually
    provides customer support for their products!
    Thanks for any advice offered. Much appreciated
    Nath.

    Hi Joris,
    Is the Adobe Dreamweaver Developer Toolkit included with
    Dreamweaver CS3?
    I'm using Dreamweaver 8.0.2 at the moment, but I would
    upgrade to CS3 if it
    included the Developer Toolkit. If not, it would appear that
    Adobe want
    $299 for it, although I'm in the UK, so it'll probably be
    double that! :o(
    I was previously using Interakt's File Upload
    behaviour/extension, but the
    re-direct code isn't Firefox compatible, so it doesn't
    re-direct correctly:
    <!--#include file="includes/common/KT_common.asp" -->
    <!--#include file="includes/tNG/tNG.inc.asp" -->
    <%
    'Make a transaction dispatcher instance
    Dim tNGs: Set tNGs = new tNG_dispatcher
    tNGs.Init ""
    %>
    <%
    'start Trigger_FileUpload trigger
    'remove this line if you want to edit the code by hand
    Function Trigger_FileUpload (ByRef tNG)
    Dim uploadObj: Set uploadObj = new tNG_FileUpload
    uploadObj.Init tNG
    uploadObj.setFormFieldName "imageone"
    uploadObj.setDbFieldName "imageone"
    uploadObj.setFolder "itemphotos/"
    uploadObj.setMaxSize 1000
    uploadObj.setAllowedExtensions "jpg, gif, jpeg"
    uploadObj.setRename "auto"
    Set Trigger_FileUpload = uploadObj.Execute()
    End Function
    'end Trigger_FileUpload trigger
    %>
    <%
    'start Trigger_Custom trigger
    Function Trigger_Custom (ByRef tNG)
    query = "SELECT rowID FROM table WHERE rowID = " &
    Session("rowIDsess")
    On Error Resume Next
    Set rsCheck = tNG.connection.Execute(query)
    if (Err.Number <> 0) OR (Not rsCheck.EOF) then
    KT_redir("confirmation.asp")
    else
    Set Trigger_Custom = nothing
    end if
    On Error GoTo 0
    End Function
    'end Trigger_Custom trigger
    %>
    As you can see, it should redirect to confirmation.asp, but
    this doesn't
    work in Firefox - it just loads a blank white page! Do you
    have a re-direct
    selected in your form using Kollection 3.7.1? Does it work?
    Is my code
    vastly different to what you've got?
    I purchased Advanced HTML Editor from DMX Zone, experienced a
    problem with
    it, sent e-mails and posted on their forum. I did not receive
    ONE reply. I
    won't be back.
    Would appreciate any help you could offer.
    Thank you.
    Nathon.
    > Some of the interakt products are now sold as Adobe
    Dreamweaver Developer
    > Toolkit,
    > using Kollection 3.7.1 I can't reproduce not being able
    to upload in
    > Firefox on Mac and Windows.
    >
    > I have good experiences with DMXZone support, why are
    you suggesting
    > they're not providing support?

  • On a Mac (10.6.4), Firefox asks to download/save any websites with an .asp extension. How do I get these sites to display properly?

    Any website that uses the .asp suffix will not open within the browser. Instead, firefox asks to download the website. If I choose to open the .asp file with firefox in the download prompt, I end up in a loop of asking to download/open. The asp websites work fine in Safari.

    What's the error? You can also try the https://www.eff.org/https-everywhere extension

  • Firefox unable to view detail in corporate intranet ASP

    Corporate intranet. ASP. Worked a month ago - local website person does not know cause of issue. I can display the initial page, but selection of detail displays selected page as row of <?> symbols.
    Firefox stopped working. No known updates occurred. Last time it worked was about a month ago.
    I can browse the entire intranet in Internet Explorer 6.0

    Try clearing your browser cache.
    Tools > Clear Recent History... - hit Details and make sure only Cache is selected, then select Everything and hit the Clear Now button.

  • ASP files not showing in Firefox

    I made a template with a spry menu bar. When I create new
    webpages based on the template, the new files are automatically
    saved as .asp files. The site works great in IE. But in Firefox,
    the page refuses to render at all. All I get is the pages HTML/ASP
    content as text displayed in the browser.
    I am completely stumped with how to fix this one.
    Test in with Firefox and IE at...
    http://exactmosaics.com/NewSite/Untitled-4.asp#

    You are running on an Apache web server and should not be
    using asp extensions. Save the page again as html only or simply
    create a new page.

  • Unable to view .asp web images in firefox

    Hi
    I am unable Unable to view .asp web images in firefox....
    When i am trying to open (intranet site) asp page in linux-firefox it gives an error "This site is best viewed in Microsoft Internet Explorer "
    Regards
    ~Atul

    Hi iamjayakumars,
    Thankyou for your time but i have already been through the support answers and none solved the problem.Still just getting the never ending white circle on black background.

  • Safari and Firefox won't open served ASP pages - HELP!

    Both Safari and Firefox will not open *.asp web pages automatically. I mean, I know ASP is a Microsoft product, but REALLY. This is ridiculous! ASP is very common on the web. Mac should automatically handle these pages just like any other HTML type of page. But until Apple comes to its senses to make life a little easier for those of us who chose to buy their product and use it in the real world, can somebody please tell me how to configure my Mac to open ASPs automatically? Right now both Safari and Firefox want to download the pages instead of just opening them. And then it asks me what application I want to use to open it. Duh! Obviously I want to open it in Firefox or Safari so I can view the darn thing! Please - I don't need any explanation of what ASP is. I know what it is. Please just tell me how to get my Mac to display the served pages. Thank you!!!!

    This is not a standard problem with Safari/Firefox on the Mac that I can see. For example, when I go to http://www.boursedata.com.au/solutions/default.asp it loads the page normally (note: I have a historical association to that company... I have used it because I know it uses asp!).
    What does it do for you?

  • Firefox can not open dwt.asp files. Just returns the coded page.

    Firefox can not open:http://www.oslopubguide.com/Templates/FlyFisher.dwt.asp and similar files. I just get the coded text. Int. Explorer show the page. This is a new problem. Happened on Wednesday or Thursday. I have tried this on two computers

    Looks like the server is mis-configured. That file is being sent as '''text/plain''' and that is how Firefox is rendering it. Opera 10.63 and Safari 5.0.1 do the same as Firefox, it only displays properly on IE8 for me.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Firefox don't recognize the maxlenght in asp textbox

    Greetings, I have developed a asp.net web page has an asp textbox control with the property maxlenght = 2, but when tested with firefox 5.0 on the Samsung Galaxy Tab and enter data, lets you enter more than 2 characters.
    So can validate the textbox with a javascript function in onkeypress event of the control.
    Below detail the function
    acceptNum function (evt)
    charCode var = (evt.which)? evt.which: event.keyCode
    if (charCode> 31 & & (charCode <48 | | charCode> 57))
    return false;
    return true;
    Please help.

    Thanks for the bug report. Can you let us know which keyboard you are using (for example, Swype, SwiftKey, or Samsung Keypad)?
    With keyboards that provide suggestions, Firefox may show more than 2 characters while you are still composing a word, but it should cut off any extra characters as soon as you complete the word or move on to the next field.

  • asp:DropDwonList problem with firefox 17.0.1

    hi ,
    we have asp.net (2.0 framework) website. while accessing website with Firefox 17.0.1 we are facing problem in dropdownlist. there is a gap between select combo box and it's list items.
    please guide us to resolve this issue,
    Thanks in advance
    Thanks
    Shiva

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • When trying to log in to my online bank, I get error '80004005' default.asp.line48. What is this? I can login using another browser, but not on Firefox, which is my first choice. in English

    I have used this online banking account for several years. Now it seems Firefox is not allowing me to see the login page. I used msn.com to try it and it worked. So it's Firefox that is the problem.

    I just experienced this problem. The solution was to delete your cookies for tdbank (tools, options, show cookies)
    I suspect there is something in the cookie that points to a database or some server that currently isn't active - it's 1AM now, so probably have a backup server up while they do maintenance or something like that.
    Most likely the login page will have worked the next day for me.

  • Firefox cannot open one particular website. Microsoft VBScript runtime error 800a000d - type mismatch 'clng' /custom_error/404.asp, line 98 ???

    i can open it from safari.
    But with FIREFOX, i can open www.lifewave.com (main international website) but if i write my personal site extension /theartofalignment, i either go to a site called Association of Hawaii (same company, different personal extension???) or it does not open and send me above error message

    The form is shown above. Employees can update country profiles. I hope this helps!
    Regards
    David

  • Firefox can't find the file /C:/Documents and Settings/Administrator/My Documents/Downloads/TestHandler.asp When I try to send it

    I am new to Firefox. The above file is the answer sheet for an online test for the Oregon Fish and Wildlife Dept. When click submit I get the above reply

    See:
    *http://kb.mozillazine.org/Error_loading_websites
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    Do a malware check with several malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • OT: Firefox und ASP....

    Hallo Leute,
    warum ist es eigentlich so, dass manche ASP Seiten mit FF
    nicht
    vernünftig zu surfen sind?
    Bsp.:
    http://www.vecer.si
    (Slowenische Zeitung)
    Diese Seite wird offenbar von einem Windows Server gebaut.
    Man hat im FF
    in der 4. Spalte (da, wo so ein Zeitungs-Miniaturblatt
    angezeigt wird)
    die ganze Spalte runter bis "GALERIJE" keine
    Möglichkeit, etwas
    anzuklicken.
    Mit dem IE geht alles. Wird das etwa IE optimiert? Wundern
    tät es mich
    ja nicht.
    Gibt es da Abhilfe oder ist man da machtlos? :)
    greets,
    harald

    Hey,
    harald c. greier schrieb:
    > BTW finde ich es eine Frechhheit vorgeschrieben zu
    bekommen, welchen
    > Client ich zu nutzten habe. Mir ist das auch bei anderen
    ASP Seiten
    > schon aufgefallen. Mich ärgert sowas maßlos.
    Da kannst Du Dich ja glücklich schätzen, Dich jetzt
    erst darüber zu
    ärgern. Hat sich ja in letzter stark verbessert.
    > Wobei, /wirklich/ ärgern tut mich zZ Linux Ubuntu,
    auf dem momentan
    > systemweit kein Sound mehr verfügbar ist. Aber das
    ist wieder eine
    > andere Baustelle....
    >
    In beiden Fällen geh ich aber davon aus, daß nicht
    die zugrundeliegende
    Technik allein dafür verantwortlich ist :O) Obwohl es
    schon nett wär,
    wenn die Linuxer sich zB auf einen gemeinsamen
    Soundserver-Standard
    einigen könnten. Aber diese 'Freiheit', die ihre
    größte Stärke ist, ist
    auch ihre größte Schwäche. Wie auch bei den
    Window-Managern,X-Servern
    und Package-Systemen. Alles wird x-mal entwickelt und
    iiiiiirgenwann
    bleiben dann meist einer oder zwei übrig. Nicht sehr
    effizient, aber
    eben freie Wahl. So ist das eben, wenn keiner die 'Macht'
    hat, fixe
    Regeln vorzuschreiben.
    Trotzdem gut so.
    :O)
    hil

Maybe you are looking for