I have a child page LoginContent.aspx which contains a login form. If the user logs in he should be redirected to my Welcome.aspx page. But if I press the login button the page just reloads itself, nothing happens.
The codebehind on this page is empty. Both LoginContent.aspx and Welcome.aspx are child forms of the same master page.
<fo...
Hello everybody, I have a problem
I put several silverlight objects on the page with object tag
Page is loaded in IE perfect, but Opera/Google Chrome doesn't load some of the objects from time to time. These browsers demonstrate "Install Microsoft Silverlight" image instead of objects and no errors on the page.
Please, who has face...
i have tried to copy euro symbol from Wikipedia...and echo it (in my parent page),at that time it is working.but when i replace the same html content using jquery(used same symbol to echo in the other page).it is not displaying.why is it so..(or is der any way to display the same thing using html)?
...
Hello,
I am making a web page for blackberry.
I am required to add a link or button in the page which when click add the page to the bookmark (or menu if possible).
I am allowed to use javascript. Please suggest a solution.
In simple words: The webaddress contains an ip address and its getting too long. Ppl will avoid typing a long li...
Hi.
I have the following css code.
button.png is image where 3 button states are pasted vetrically, so i just move image in css.
a.button
{
background-image: url(button.png);
background-position: 0px 0px;
width: 100px;
height: 30px;
display: block;
background-repeat...
I want to change the background color of the table cell when radio button inside the cell is clicked.
<table>
<tr>
<c:forEach items="#{books}" var="book">
<td align="center">
<h:selectOneRadio value="#{book.price}" onclick="this.parentElement.style.background-color='red';">
...
Hi,
I have a label like
<label for="Some Feild" >Some Text </label>
Now I want to set the style of display of this label to none
How can I do this ?
...
How can I hide a div with javascript if the browser is firefox only?
...
I have a scenario where a user is emailing another user in an HTML based web app.
For the To: field, the user may select one of a pre-defined list of emails OR enter their own ignoring the pre-defined options.
What would be the best way of doing this from a UI point of view? I've looked at editable select boxes using jQuery but none s...
What is the easiest way to convert xml to html? I have xml file coming to java class. There is few tags with content. I need to convert them into html. Is there any tools or libraries?
...
Okay, this is REALLY starting to bug me...
This page works fine in both Chrome and Firefox. www.bloggan.tk
But if it's opened in internet-explorer it always expands beyond the page and introduces the scrollbar no matter what the resolution of the browser is.
I have NO idea what change in the html it was that cause this...
Here's the blog...
I have ten rows in my table. All the even rows are hidden by default. The odd rows have a 'plus' icon in the first cell. The plus to be clicked to see the next even row in the table. Clicking the icon again will hide the row again. I do this with simple jquery hide and show methods.
The problem with this in IE is whenever I expand and ...
I've been trying to find a way to do this but, have not found many resources that specifically relate to this situation.
I need a javascript (can make use of Jquery if need be) to swap phone numbers on a site.
2 numbers would be specified. One would show on the site by default.
The script needs to be able to create a cookie and do th...
I am able to parse the HTML but I want to extract the warning messages from the parsed HTML and show them to the user.
Here is my code:
Tidy tidy = new Tidy();
StringBuffer StringBuffer1 = new StringBuffer("<b>Hello<u><b>I am tsting another one.....<i>another.....");
InputStream in = new ByteArrayInputStream(StringBuffer1.toString().g...
I'm trying to have a kind of dirty underline effect using a string of hyphens, but I want it slightly closer to the multi-line title than the line-height.
Negative margin works a treat in FF but no joy in IE?
<p>a multiline title here<p><p style="margin: -7px 0px 10px 0px;">--------------------------------------------------------------...
I have rather long entries being submitted to a database.
How can I create a function to see if this entry has a link within it? Can someone get me started?
Pretty much, I want the function to find any <a, <a href or any other related link instances within a string.
I'd prefer not to throw the entry into an array. Are there an...
I have a long text and I'd like to offer the user a reading help: The current line should be highlighted. To make it easier, I'll just use the Y coordinate of the mouse (this way, the mouse pointer isn't going to get in the way). I have a big DIV with the id content which fills the whole width and a small DIV with the class content for t...
I've data which looks something like this.
| id | name | depth | itemId |
+-----+----------------------+-------+-------+
| 0 | ELECTRONICS | 0 | NULL |
| 1 | TELEVISIONS | 1 | NULL |
| 400 | Tube | 2 | NULL |
| 432 | LCD | 3 | 1653 |
| 422 | Plas...
How come http://www.zolomon.com/wptj/wp-content/themes/default/polaroid.swf
works perfectly but not when implemented at http://www.zolomon.com/wptj/?page_id=8 ?
The code I use to insert the .swf-file is the following:
<object width="522" height="490" id="polaroid" align="middle">
<param name="allowScriptAc...
In my portfolio site I have listed my projects under separate tabs (tab menu). This works well except for printing which requires the user to click on a tab, print, click on the next tab and print the same page again to get everything. Being a portfolio I'd assume that visitors want to print all of the content.
Is there a general way to...