Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
im using the navigateToUrl class to allow users to download some content - this works fine in Firefox however in IE a new blank page is opened with no content along with the download window (which is all i want showing up) any fixes for this ? cheers
in navigateToURL keep the second parameter "_self"...
example:
navigateToURL(url,"_self");
if you want to show your your file in a window then you will have to use iframe.
hope this will solve your problem.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I have 3 cards on my wordpress site homepage, jookaskids.com.ng, it has a link in it already, and I don't want only the link to be clickable but the whole card.
I hope my question is built well.
Example here on this bootstrap page HERE
The Card Img Here
Wrap the whole HTML structure of the card into an a tag & specify corresponding href attribute.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
Whenever I try to to use developer options in browser my website automatically starts shrinking
Yes, this is the expected behavior. There is an option to open developer tools in a separate window in most browsers (that can be found in the top-right corner of the developer tools panel in your screenshot).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
How can I improve the page load on this page? http://designwebs.co.uk/griffiths/news-6/
Basically before the css gets loaded the page doesn't look very pretty.
Any help would be appreciated, thanks.
Some general tips:
Minimize your css.
Combine your css into one file (use a server side utlity).
Same with your javscripts.
And use a preloader. This will display a loading icon until your whole content has been loaded
http://niklausgerber.com/blog/preloadme-a-lightweight-jquery-website-preloader/
When you have a big CSS-File, it takes a while to load it.
Try to use a clean CSS. Some tips are documentet here
A other option is to show the site until everything is loaded. Here you have an easy-to-understand code snip by CSS-Tricks
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I have a welcome page, which have two buttons- "full" version and simplified. Both will redirect to same page, but depending on which button was "main" page entered through I want to load different CSS file (simplified version will only have background colors, not images). How can it be done? (I'd preffer javascript, html and css).
Attach a parameter to the url: yoururl.com/main.html?full=0
Get the parameter with JS: https://stackoverflow.com/a/8463056/2587420
Load the specific CSS with JS: http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I have inherited work from a previous employee. The issue I'm having is a bunch of links are broken, here the site http://www.essexdrugaction.org. If you visit the site and click on the slider, then click "about us" menu link this message show up
http://www.essexdrugaction.org/Aboutus2.asp?Category=About%20Us&SubCategory=EDAP
I dont know "asp"
Can anyone help me fix it
http://www.essexdrugaction.org/Aboutus2.asp?Category=About%20Us&SubCategory=EDAP
this link passes information with url...
if you have original source code of published copy...please debug it properly...
If u dun knw debugging...tell me
If problem solve ...mark it as answer