how to open the one page to the in new browser windows in asp.net coding
how to open the one page to the in new browser windows in coding? ...
how to open the one page to the in new browser windows in coding? ...
My 'anothertablebody' will increase in size depending on what the user enters, it can increase till it exceed the outer table, i don't want it like this. I want the width to be fixed not by pixels, but according to the outer table. For eg col1 i want it 10% of the outer column, col2 30% of the outer column n col3 60% of the outer column....
Hi everybody, How can I make a div content (any type of content: table, image, text,etc.) autoscrolling from right to left with an elegant animation? Thank you very much, regards. ...
How to close the current window from javascript without any events like onclick or something else.. <script> window.close(); </script> The above doesnt seems top work.. Edit: i am opening a child window from a parent window and after some operation i want to close the child window and window.close(); doesnt seem to wor...
Probably a duplicate of this question. Silly javascript question: I want to check if an object is the emtpy object. I call empty object the object that results from using the empty object literal, as in: var o = {}; As expected, neither == nor === work, as the two following statements alert({}=={}); alert({}==={}); give false...
I just started checking out Wordpress' CSS Architecture to study a system that's established and pretty powerful to learn better HTML habits. I've noticed they use all hyphens - (post-554 for example), while Rails uses underscores _ (post_554 for example). I'm wondering if there's some setting to customize this in Rails, something like...
I have two forms on one html page. Using jQuery, is it possible to have the data from both forms go into the POST data when the first is submitted? ...
Well, thats the html code: <ul> <li>first item</li> <li>second item</li> </ul> And the css: ul, li { margin: 0px; padding: 0px; } Nothing fancy, right? And nothing to be proud of, it just shows a list without any margins or padding. Well, almost... What about this space there? I can't seem to get rid of it. Any ideas? :] ...
I'm developing an application in VB.Net (VS2008) which allows the creation of classroom layouts. The layout is a panel and has child panels (seat objects) the seats are then populated using drag and drop and show a preview of the person sitting there. I would like to export this panel to a printable format such as jpeg, pdf etc. I have...
Hi, is there any limit of POST arguments? I have situation where on dev server my form with over 520 args is posted and saved without problems, where on production env it saves only up to 499 args... Any ideas? ...
What are pros and cons if i make 4 different css? main.css IE7.css ( in conditional comments) IE8.css ( in conditional comments) IE6.css ( in conditional comments) OR 1 css file for all main.css + including hack for IE6 + IE 7 + IE8(if needed) ...
Hi, just wodering if anyone has experience with Typeface.js ( http://typeface.neocracy.org ) and fixing issues of the font not being rendered in Internet Explorer ( 6, 7 and 8 ). The font renders in Firefox and Safari fine, hover nothing is displayed in the Explorers. The font is not installed locally so I know that the script is workin...
Let's say the HTML contains 15 table tags, before each table there is a div tag with some text inside. I need to get the text from the div tag that is directly before the 10th table tag in the HTML markup. How would I do that? The only way I can think of is to use explode('<table', $html) to split the HTML into parts and then get the la...
Hi, Being a web developer I have noticed that anything I create works absolutely great in all browsers, but always always always has a speed issue in Internet Explorer. Please note I am referring to speed, as I always take care that it displays and works across all browsers. Is there anywhere, or does anyone have, good programming tip...
is it possible to use DOCTYPE tag in line 2 or 3 or ... and css works good ? (not line 1) tag : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
Hi, I have a page on the example.com domain which contains an IFrame, this IFrame loads an ASP.NET page (c#) from the example2.com domain. From the code behind on the example2.com domain how can I get the URL of the master page? Would it help if the 2 pages were on the same domain, so example.com contains an iframe with sub.example.c...
Hey guys First, please see this post on Doctype I've been trying to get an answer to this, but have not been successful. The script that the first poster provided works great but, I need this to happen automatically, for all groups of matching Rel's. Any assistance would be greatly appreciated. EDIT: For those of you unable to follo...
[Status: Learner] I have a Table A with thousands of records. On each displayed page, only 20 rows are showing, with the following fields: check last_name first_name gr eth sex id_num (a unique value) reason start_date The "check" field indicates a checkbox that the user can tick. At the bottom of each page of 20 records is t...
Hi, Are there any functions available to convert: Me, Myself & I to Me, Myself & I I can't find anything in the Flex documentation. Thanks. ...
I'm using a function to generate all output in php. Using that function I can control whether to display the code like this: <html><header></header><body><p>Hello World!</p></body></html> or like this <html> <header> </header> <body> <p>Hello World!</p> </body> </html> including the indentation and all. Is there a particular v...