Named Anchors Not Working In IE.... Fine In Firefox/...?
I have developed an extranet system, that is not recognizing any named anchors in IE. The top drop down on the page should be jumping the user to each section. It works beautifully in Firefox, but not in IE. Has anyone encountered this before? Any insights?
I am using an <IFRAME> on one of my pages and want to jump to one part of the page that is loaded, but I'm also passing querystring variables in the link. It doesn't seem to recognise the #now anchor that I want to jump to.
I am trying to passing some variables via the url and also a named anchor appended to the end. unfortunetely the named anchor is been read in as part of the last variable.
threads.asp?t=96&f=15&j=y#288
I use request.queryString("j") to retrieve the value but the value returned is y#288 and no y as expected.
Below is the generated source for an ASP page that posts a value called 'album' to another ASP page. The other page retrieves the value with Request.Form('album'); On Firefox this works fine every time. On IE6, I always get nothing. I'm pretty sure it's the posting side that is at fault, so that's what I've shown here. Oh, I tried Request.QueryString too and again, fine on Firefox, nothing on IE6....
Anyone have an idea why my ASP scripts, that were working just fine, all of a sudden stopped working in Firefox? Everything is still fine in IE, but it would appear that Firefox has all of a sudden started to ignore the ASP script tags. I'm relatively new, and was way excited when I got everything to work the way I wanted it to, then this happened.
I have a Response.ContentType = "application/vnd.ms-excel" and I want the output cells to have a 0 in them if there is no other integer in the database.Is this something that I can dictate in my sub ?
I am trying to fine tune my XLS report and for some reason I can't wrap my head around why my cells are not where I want them... another head needed for objective please.
Here is a picture of the report that is generated. I need the fields that have formulas to be where the arrow is pointing. I obviously can't figure out why I have too many cells. Code:
I am trying to improve the robustness and elegance of my parametized sql statements in ASP 3.0 as they get passed to the sql server SP.
Could anyone tell me if there are weaknessess in the way I have written the following code? I have included both the asp code and the sql stored proceducre to tie things togoether....I appreciate any advice on this. It basically is a application to manage static news stories on our site by tracking and organising the meta data in a table. Code:
I'm developing a framset with links in the top frame that I want to use to position the page in the bottom frame to a certain anchor. Problem is the page in the bottom frame is an ASP page. Code:
I am currently building a page that initially displays a list of categories e.g.
Category 1 Category 2 etc
Clicking on a category should cause a list of the items in the category to be shown e.g. clicking Category 1 should lead to:
Category 1 Item 1 Item 2 etc. Category 2
I have implemented this part successfully. I have placed a hyperlink in each Category so that when it is clicked the page is refreshed, with a parameter 'categoryid' used to return the relevant items from the database. Code:
I have a need to pass a url via the address field to a page - i.e. page.asp?myurl=newpage.asp.
When I get the QueryString object for "myurl" it correctly comes back with 'newpage.asp'. However, if I pass an anchor name on the url - e.g. page.asp?myurl=newpage.asp#myanchor - the result is still just 'newpage.asp'.
Is there a way to pass the anchor link into the page and get access to it?
I'm have a VB function that connect to SQL SERVER , get's information and returns the relavant string.
using this function within VB application (say cmdbutton) works great, but when trying to activate the function from asp page, i'm getting nothing. Code:
I've been searching for a complete listing of the CDO constants, but have come up empty. Where can I find a listing of all the CDO named constants that can be referenced directly with the CDO metadata typelib, i.e.,
<!-- METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows 2000 Library" -->
Can I name my array index rather than number?I am reading a RS into an array and rather than reference the fields in each elements using a number, i would lke to use the column headers from the table:
myArray(13,6)
would become
my array(name,6).
The reason is that i am worried about a query being added to in the table and throwing the column numbers out.
Basically, I would like to create a folder on my server for each user that comes to my site based on their last name which they enter. The code I have below is incomplete as I don't know how to incorporate the lastname into the CreateFolder method.
dim lastname, objFSO lastname = Request.Form("lastname") Set objFSO = Server.CreateObject("Scripting.FileSystemObject") folder = Server.mapPath("/test/") objFSO.CreateFolder(folder) Set objFSO = Nothing
I know it's possible to extract data from a named range on an excel sheet. What I want to know is can I dynamically generate a named range with X columns and Y rows with VBScript.
I am trying to solve the following exception. The exception occurs when my ASP.NET code behind code attemtps to access a remore site using SSL. Please note that all certificates are valid and the remote site is trusted. Also, my web site uses a custom HTTPModule implemented in a DLL named Security.dll.
Unable to find an entry point named EnumerateSecurityPackagesW in DLL security.dll.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.EntryPointNotFoundException: Unable to find an entry point named EnumerateSecurityPackagesW in DLL security.dll.
The site in question is Roger Funk Cars In IE it works fine. In FireFox when the page is displayed the navigation bar on the left side does not expand down, it leaves a gap. This happens on all pages depending on how much the side bar has to expand. The strange part is that if I refresh the page it will start working right.
I am trying to create a cookie based on a querystring. Firefox creates and displays the cookie without a problem. IE on the other had seems to not even create the cookie. I HATE BUILDING FOR 2 BROWSERS!
I wish to hide links, i'm at present trying to 'float' as such invisible links over a background image.... the line i'm wishin to use that i think is right is
#links a i {visibility: hidden;}
when taken out we can see the links, as needed, but the minute i add this line, they should be invisible but still there, this is the case in IE but with FF they disappear completely...
I'm using a ValidationSummary with ShowMessageBox set to "True". It's working fine with internet explorer but when it comes to Mozilla Firefox it's not the same. No window is opened.
What can I do to make it work properly?Is there a way to do it?
I put some code together below, so you can see what I mean:rcntech.com/development/ajaxcars.asp
If you test the link above with IE works as it is supose to, however it doesn't display any elements withing the <form> tags in Firefox.
By the way, I am loading the page using AJAX, if you call the ASP directly in Firefox then it works fine, but that's not what I am trying to achieve.rcntech.com/development/login.asp
i have work on this 4 days already but still cannot find a way to solve.is the way i code cannot be support by firefox?it work well in IE,but firefox cannot work.i have upload the file, can someone pls help me on that?
the asp.txt is my asp page, while the menubar.txt is the js file that i include in the asp page.it should work like ie.jpg but when i use firefox to browse,it show like firefox.jpg. is my code got problem?
I am using Response.BinaryWrite to write a PDF to the browser. Everything works great on IE and Safari but when I try to use Firefox the browser hangs. The title bar says application/pdf but nothing ever shows up. Going directly to the pdf works fine but unfortunately am unable to do that in the long run and must use BinaryWrite.
i have work on this 4 days already but still cannot find a way to solve. is the way i code cannot be support by firefox??it work well in IE, but firefox cannot work. i have upload the file,. the asp.txt is my asp page, while the menubar.txt is the js file that i include in the asp page. it should work like ie.jpg but when i use firefox to browse, it show like firefox.jpg. is my code got problem?