1
vote
4answers
81 views
Target=’_blank’ to show in new window, NOT new tab, possible?
How can I do this?
In firefox the link opens in a new tab... I don't want users to have to set settings of their browsers for this...
I want a pop-up to appear with contact-form whenever user clicks …
0
votes
5answers
67 views
How to center a Div across all Monitors/Resolutions/Browsers?
Hello All,
I have created my own light box, the problem is that it shows centered on my monitor but not on wider monitors or bigger resolutions.
What is the best way to center a div across all …
0
votes
2answers
19 views
Problem with multiple actions onclick
I have a page with a form and navigation links. If you click on a navigation link I need to submit the form as well as follow the navigation request.
To do this I have a link who's href is pointing …
2
votes
4answers
68 views
Browser support for <script async=”true” />?
Today Google announced the support for asynchronous Google Analytics tracking.
The asynchronous tracking is achieved using the async directive for the <script> tag.
Which browsers support the …
4
votes
4answers
163 views
+150
Load and execution sequence of a web page?
Hi All:
I did some web based projects. But I don't think too much about the load and execution sequence of an ordinary web page. But now I need to know detail. It's hard to find the result from …
0
votes
1answer
21 views
What is the easiest way to link radiobuttons to enable/disable other controls?
My webpage has a bunch of radiobuttons across a bunch of different radiobutton groups. Each radiobutton selection which is made will enable a directly corresponding element in the page and disable all …
0
votes
4answers
82 views
Is this an efficient way to convert HTML to text using jQuery?
I'm trying to convert HTML to plain text. Is it efficient? Am I missing something?
txt = $("body").find("script,noscript,style,:hidden").remove().end().text();
Thanks!
2
votes
8answers
377 views
Firefox shows waiting cursor and “loading..” even after post request is complete
I have a form to upload a file.The <html> is as follows:
<div id="divModalPopup" class="ui-dialog-content" style="height: 139px; width: 268px;">
<form method="post" …
1
vote
3answers
44 views
how validate file size using HTML and Javascript on client side
Hi All,
how can i validate the file size on the client side using javascript
i am using type=file for selecting the file
Regards,
hemant
0
votes
2answers
48 views
can we use rowspan and colspan in displaytag?
i have to create a table, whose structure is like this
|--------------------------------|
|col1|col2| col3 |col4|
| | | col3.1 | col3.2 | |
…
0
votes
2answers
39 views
Is this the right way to preload images ?
Is this below the right way to preload images?
I have a table which changes background once a 'select option' is changed.
In the body of my page, I have this:
<body onload="preload();">
And …
0
votes
1answer
23 views
Getting a <td>’s height and a <p>’s font size with JavaScript
How can I get and set a <td>'s height and a <p>'s CSS property font-size with JavaScript?
-1
votes
2answers
25 views
Continuous Image Marquee in HTML
Hi, I need Continuous Image marquee in HTML in horizontal direction. I got the code for text marquee it is working , but not for images. Thanks in advance.
Continuous text marquee link: …
0
votes
4answers
73 views
+100
Creating new tab / switching between Tabs in Firefox?
I am looking for a way to improve the workflow in a PHP based CMS. There is a lot of switching between the editor mode and the preview mode of the page. The editor mode is huge to load, and so I would …
1
vote
4answers
45 views
passing value from opener to popup and processing it server side, not client side. Cant use a GET
I have an aspx web page (opener) which opens a popup window
In the popup window I need to retrieve the value of a hidden field which exists in the opener page.
So this is all straight forward using …
