I have a document that was converted from PDF to HTML for use on a company website to be referenced and indexed for search. I'm attempting to format the converted document to meet my needs and in doing so I am attempting to clean up some of the junk that was pulled over from when it was a PDF such as page numbers, headers, and footers. l...
I want to upload a file on my aspx page.
I am using
<form id="frmId" method="post" enctype="Multipart/form-data">
<input type="file" id="file1"/>
<input type="submit" id="btnsubmit"/>
</form>
and in code behind I am trying to get this file. Its not letting me to get the file until I use server side input file control. I don't want to...
Hi,
I've got the issue of IE6 showing the "secure and nonsecure items" error on an SSL page. Looking into it though none of the usual causes seem to apply. There are no calls to http://, there are no iframes in the page, fiddler and httpfox both show only requests to https:// - what else can i check?
In Firefox and IE there is nothing ...
How to get this layout
Green box has float:left, I can do this with fix margin-bottom to image but text amount can be increased or decreased.
...
I have a website with 2 forms. One for search and another for the login. When I use the enter key to submit, the search is always called because it is the first form on the page.
What I want to do is program the enter key to click a certain button when a certain textbox has focus.
I'm using asp:textbox and asp:button for my login form....
Hi
i have this method:
set_period_help_text: function(periodInput){
var metric = MonitorMetric.getSelectedMetric();
var periodStr = $('select[name=metric_period]').val();
var datapoints = Number(periodInput.attr("value"));
var period = datapoints * periodLookup[periodStr][0];
}
var periodLookup = {
...
Have HTML pages with many sections and each section has a section title displayed as an image (to use nice font). The problem is that even if I specify an 'alt' and 'title' text on each image/title the Ctrl+F browser functionality does not find the text. Thought two possible solutions but not very happy about them
1) Use embed fonts.
P...
Hi
I have this code :
<form id="form2" name="form2" method="post" action="">
<table dir="ltr" width="554" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="269" class="da"><div align="center"><span id="spryselect1">
<select onchange="form2.submit()" name="mpage" id="mpage">...
Hi,
I'm having an annoying problem trying to get an html page with a google map on it to print correctly, I have a google map with an <h2> above it all wrapped in a div and the div is set to 'page-break-before:always;' in the css so that the map and its heading always sits on a new page.
The problem is that in IE8 only i can always see...
I want to design a horizontal site, so when I scroll up and down I want the page to go from left to right. Is this possible?
...
I need a jQuery plugin for skinning the form select tag. Currently I'm using the Uniform plugin but it degrades on IE6. Any help is appreciated!!!
...
I'm using HTML and javaScript .. I'm trying to build a chrome extension , which will display some info from the website in the popup
I need to get the page source of http://met.guc.edu.eg in the context of my web page and use it to get some of the "li" tags and do some work on them ( RegEx )
for example display the courses taken by stu...
Hello,
I have a project requirement to render HTML and capture the rendered image as a file on a headless CentOS 5.4 server. My specific requirements are:
1) Input will be a URL to the page to render (or file:// URL to a local HTML file), output will be an image file containing the rendered image of the page
2) CSS must be supported ...
Is it possible to have divs located around a central point and then on hover for them to whisk off screen and return when the mouse is gone?
This what the layout is looking like, the idea is for the green "leaves" to whisk off to show the branches and the menus. Would this be possible with JavaScript and PHP?
...
I have a web site written using iUI so it is formatted well for iDevices. Is there a way to disable rotation of the page when the device is rotated? In other words, if somebody rotates the device, I would still want the page to stay in portrait mode.
...
i have an input tag...
<input type="file" name="upload">
for browsing it makes the button vith value "browse"(in mozilla)
the question is: how can i change the name of that button? i want it to have the name "select" instead of "browse".
Thanks
...
Hi,
What I need is when user open, foe example, www.mydomain.com/install , he would be offered to download a file.
I made an index file in that folder with
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=myfile.sis">
but on some devices instead of downloading, it would attempt to open and display the file in that strange hex(?) format.
a...
I just wondered and wanted to gather together in one place all missing features of our beloved html form elements.
One example could be missing of horizontal scrollbar in a listbox. But I am sure there are a lot of features we would like to see in our form elements by default.
One missing feature per answer please.
Thank you.
...
What's the HTML character entity for the # sign? I've looked around for "pound" (keeps returning the currency), and "hash" and "number", but what I try doesn't seem to turn into the right character.
...
The links in the "on sale" section of each of the top tab drop-downs on this website do not work at all in IE. Any ideas?
...