Hi everyone,
I am trying to get the rows in my table that resides in a TD to line up with the parent rows but the alignment is killing me.
Take a look here: http://teewebco.com/test.html
Here is mockup graphically of what it will look like
http://teewebco.com/images/main-copy.png
The reason for the table inside the TD is that can ad...
If I've tested my pages in most major browsers, why would I need to maintain a validated code? I want to use box-shadows and corner radius if they're supported in WebKit browsers and Firefox. I don't care if they don't show up on Internet Explorer. But I keep my HTTP requests down by not including images instead.
Are there are advantage...
I have the following script which appears multiple times on my page. I have a simple slide toggle attached to <div class="info"> and contolled by <a rel="viewinfo"> tag, but when I click on the anchor, all the divs with class info slide.
here is the HTML/PHP
<div class="couplistMeta">
<a class='view' rel="viewinfo" href="#">View C...
hi, I'm having a small issue here:
<div id="navbar">
<ul id="navtabs" class="floatcontainer">
<li <?php if ($_GET['dept'] == "home") {echo"class='selected'";} ?>><a class="navtab" href="index3.php?dept=home">Home</a>
<ul class="floatcontainer">
<li><a href="?app=usercp">User Panel</a></li>
<li><a href="?app=bugs">Report...
I can get window.document but how can I get document.window? I need to know how to do it in all browsers.
...
Hey all,
I am using Linq to XML for some HTML output files. I need to place the infinity symbol (∞) in the code on output in some table cells. I am creating an XElement like this
var table = new XElement("table",
new XElement("tr",
new XElement("td", "∞")
)
);
var document...
Situation
I have been working on a project lately where the UI development seems to be way too time consuming. In this case, the "Business Rules" on the server-side are much more complicated than the presentation aspects as far as a Computer Science or complexity perspective.
I've found myself scratching/banging my head against the wa...
Their looks are the same actually
...
How can i convert the text with html tag to formated word document.
Actually what i need to do is,
I want to give text with the html tag as input in a text box, and when i click a button, i want the the text to be open in a word document where the html tags are removed and the text appears in its corresponding format.
...
I have serveral forms(user can add new form dynamically) in one page, they're all submitted to the same struts2 action. I need to submit all these forms when the user clicks the save button.
Things go well in FF. But in IE and Google chrome, only the last form is submitted.
Any help is appreciated. Thank you.
Each form's elements are ...
I was searching for a script or at least a code snippet but haven't really made any progress. Anyway, I'm looking for a script that works like a simple pagination javascript but it should be accessable by linking from anywhere in the document and by calling it with the URL (e.g. on www.abc.de/default.html#thirddiv the third page of the p...
hi..
I am getting JSON response from the server..Inside that JSON string i am having HTML content which i need to display in a field..
Can anyone help..
...
I'm getting a JSON response from the server. Inside that JSON string I have HTML content which I need to display in a field. How do I do this?
...
I have two html select objects named with the same name (they are arrays with different indexes).
What I am trying to do, is if "off" is selected from the category[0] select element, I would like to disable the category[1] element. I have been trying to use document.getElementsByName() but am having no luck figuring out how to specific...
Hi All !
I have to code below - works great in IE and Opera, but does not work
at all in Firefox / Netscape. Any ideas?
The problem is that nothing happens when clicking printer friendly.
<html>
<head>
<script type="text/javascript">
function onPrint()
{
window.printForm.submit();
}
</script>
</head>
<body>
<form...
How to create a open a webpage as a popup using c# and need to run a function when the popup window is closed. my intention is to create a web login/logout and run a function after successful completion of the event
...
HI,
I am using a bot program in which i want to find out the link of captcha image so that i can display on a Jframe.
When i am looking to page source their is no image link of captcha on it.It is generated on by javascript.
Please some body help me.
Thanks in advance.
...
I have a table which has two text boxes and a image beside it to click and open a popup.
In read-only mode based on condition I am able to make text boxes read-only but images are not becoming read-only.One solution I had is the anchor tag associated with image calls for JavaScript where I can check for a dummy click when it is in read-o...
I read that when you don't have access to the web server's headers you can turn off the cache using:
<meta http-equiv="Cache-Control" content="no-store" />
But I also read that this doesn't work in some versions of IE. Are there any set of <meta> tags that will turn off cache in all browsers?
...
My question is related to this one:
http://stackoverflow.com/questions/326941/is-there-a-way-to-generate-word-documents-dynamically-without-having-word-on-the
My co-worker told me however that there are some meta tags you can place inside your html head section that will redirect the html and make word open that html page as a word doc...