0
votes
4answers
34 views
change link name in HTML using Java Script.
I have a html page which have a link called "OPEN" once the open was clicked the text "open " should change it to as "close". So please give me the suggestions regarding this.
0
votes
3answers
76 views
How to remove HTML tag in Java
Is there the regular expression that can completely remove an HTML tag?
By the way, I'm using Java.
0
votes
0answers
42 views
HTML CSS Table Background
I have a form which is presented in a table. In the third column, there are 4 rows for selecting the preferred method of contact (radio buttons). I'm currently using a label to wri …
0
votes
3answers
42 views
css height 100% problem
Hello,
Currently, I have a code like this
<!DOCTYPE HTML PUBLIC "-// W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/html4/loose.dtd">
<html><head> …
0
votes
2answers
17 views
Nested Server Controls to allow nested html
Does anyone know how to make nested server controls accept nested html without "injecting" it out from serverside, ie.
<uc1:CustomServerControl runat="server">
<Nest …
1
vote
1answer
26 views
Using HTML Purifier to stop links to own site
I have used HTML purifier to weed out any suspect stuff coming in from my public facing WYSIWYG editor. The incoming HTML is also displayed in the public portion of the website.
I …
0
votes
3answers
47 views
php checkboxes always showing checked
Hi all, I've got a single checkbox which i'd like the unchecked value to be 0 and the checked value to be 1, but when the post goes through, it always shows as 1 whether the box is …
0
votes
1answer
22 views
How to fit two inline elements to the body width?
<html>
<head>
<title>Title</title>
<style type="text/css">
#container {
position: relative;
}
#line {
border-bottom: thin solid gray;
di …
0
votes
1answer
18 views
Where can I find RSS feeds for Xcode Documentation?
Occasionally I like to work completely disconnected from a network. In those cases it's really nice to have complete sets of documentation on my Mac. Xcode supports subscribing t …
0
votes
2answers
26 views
PHP open link in iframe
I have the following code presently:
if(isset($_POST['Movie']))
{
$check = $_POST['Movie'];
echo "(left angle bracket)a target='imdb' href='http://www.google.ca/search?h …
0
votes
2answers
20 views
Selenium: Not able to understand xPath
I have some HTML like this:
<h4 class="box_header clearfix">
<span>
<a rel="dialog" href="http://www.google.com/?q=word">Search</a>
</span>
<small …
0
votes
2answers
52 views
javascript get selected html elements
User is on a webpage , uses his mouse to select stuff, how can i use javascript to know what has been selected?
0
votes
2answers
19 views
Swing object: first setText() gets “stuck” when using Mac Java SE 6
Hi there,
I am a Java newbie trying to maintain an application that works fine under J2SE 5.0 (32- and 64-bit) but has a very specific problem when run under Java SE 6 64-bit:
[T …
0
votes
1answer
13 views
getting null for google.gears object when working offline …
Hi,
I am new to gear, We are using gear in our web application were flow
is ...
When ever user assign with some task user will get message attached
with static html file, In that …
0
votes
1answer
30 views
Drag and drop a html table into another application
I'm having a problem dragging an html table from my C# winforms application into an external application (Outlook email message) and getting it to render as a table instead of a pl …
