Hi,
I am trying to get all the URLs (and then get the data) that are generated by the form on this page - http://www.vodafone.in/_layouts/servicecallertunes.aspx with little success.
I have installed HTTP Headers(0.14) addon on Firefox 3.0.5, Ubuntu. But the resultant URL is very weird and pretty long.
Eg:
POST /_layouts/servicecall...
So far, I've been using Macromedia HomeSite 5 for coding web pages with clean HTML. Now I started to work with Visual Studio 2008 and I want to ask: is it a good idea to throw away Homesite and start using VS for coding HTML pages?
I don't use any visual designers, I'm just coding all HTML manually.
EDIT: thanks for all replies. Are th...
I have a fixed toolbar at the bottom of my page where users are going to be able to change their online status and load a listing of their favorites among other things.
In the toolbar, I have parent div elements that when clicked, pop up child div elements that need to be positioned directly above the parent element.
For the online sta...
I just switched to start using a CDN for external images/static files for my site and I wanted to know how I could build a backup in case this CDN failed. Is there a way to reference an external link in an HTML/JavaScript file that would let you specify a fallback location for that file if it is unavailable in the first external host?
...
I get Error "Object Expected" on line 1, char 1 (where-ever this is) on my script here in IE7. It works fine in Firefox, and the error console prints nothing.
I tried multiple ways to call my function but none works:
<a href="javascript:doit()">Turingmaschine starten</a>
<a href="#" onclick="doit()">Turingmaschine starten</a>
What co...
I'm making a small web-chat utility and am looking for advice on which elements to use for messages.
Here's what I'm thinking of using at the moment:
<p id="message-1">
<span class="timestamp" id="2009-03-10T12:04:01+00:00">
12:04
</span>
<cite class="admin">
Ross
</cite>
Lorem ipsum dolor sit amet....
I'm using the MSIE WebBrowser control in a C# desktop application and am looking for a way to build and maintain trees of HtmlElement objects outside of this control. I am trying to quickly switch between multiple complex pages without incurring the overhead of re-parsing the HTML each time (and I don't want to maintain multiple control...
How can we detect when a user opens a new window. The user is already authenticated and we make heavy use of sessions.
We were trying to avoid ctrl-n javascript hooks but maybe that is an option.
I am assuming the request is the exact same URL...with CTRL-n?
...
Queston:
IE and Firefox / Safari seem to deal differently with BASE HREF and Javascript window.location type requests. First, is this an accurate description of the problem? What's going on? And what's the best cross-browser solution to deal with this situation?
Context:
I have a small PHP flat file sitelet (it's actually a usability ...
I am currently trying to modify a Javascript function that "slides in" a <div>. The script as it is requires you to define the height of the div, so it is mostly useless in dynamically filled <div>s. I found some text on the clientHeight property in javascript, but it would appear that it doesn't support <div>s with display set to none (...
Is there a way to focus on a text field on page load (on the iphone)? I tried:
OnLoad="document.form_id.form_field_id.focus();" on the iPhone Simulator but it didnt work.
Does anybody now why this doesnt work and if so is there a work around?
...
How can I check the security of my website?
What are the best ways to avoid security holes?
...
When writing a Javascript a function that I had gotten help from earlier, which gets the height of an element that is hidden, someone reffered me to the Prototype function getDimensions(). In the example, they set "visibility: hidden; position: absolute; display: block;", which effectively lets us measure what the clientHeight would be i...
I need to automatically generate a PDF file from an exisiting (X)HTML-document. The input files (reports) use a rather simple, table-based layout, so support for really fancy javascript/css stuff is probably not needed.
As I am used to working in Java, a solution that can easily be used in a java-project is preferable. It only needs to ...
I'm trying to set the maxlength on input fields dynamically using JavaScript. Apparently that is a problem in IE, and I found part of the solution.
$("input#title").get(0).setAttribute("max_length", 25);
$("input#title").get(0).setAttribute(
"onkeypress",
"return limitMe(event, this)");
...
I'm looking to do a refresh on some UI code and thought I would take a look at ideas on one of the Web's premier resources: A List Apart. I found this article on creating a layout with a fixed header, a left panel and a main panel using fixed positions. I implemented the idea in a MasterPage but am now having very odd results: when the...
I want to convert:
<?xml version="1.0"?>
<Company>
<CompanyId>5</CompanyId>
<Name>Acme Inc.</Name>
</Company>
To:
<?xml version="1.0"?>
<Company>
<CompanyId>5</CompanyId>
<Name>Acme Inc.</Name>
</Company>
on a iPhone. But I can't find any standard functions availabl...
Anyone have any luck getting JScrollPane to work with JQuery?
I'm following the instructions to the letter and all that happens is that when the page loads, the call just hides the browser's scroll bar but doesn't render the custom scroll bar.
Files included in test HTML page:
http://70.85.188.226/_assets/css/jscrollpane.css
http://7...
I have a page where the infamous 3px extra vertical space (below each li element) is being rendered in IE7 on all my list items. I have a specific situation where I need text absolutely positioned within the li, so that its container can be set to a smaller width, & the text extends beyond the container. Here's the code I'm using:
<styl...
Hi All,
A few days ago I re-skinned my website, http://emle.nl. Development of this skin was primarily done using safari, and as expected, it all renders fine using firefox and opera. I've had to make a few small tweaks for IE7, but nothing much, except for one problem...
The date indicators for a post are cut off in IE. This problem s...