I'm trying to do one of two things, preferrably:
1. Embed Visio diagram in Word document with a specific page displayed. So far in Word I haven't been able to work out how to display a specific page and have that page open in Visio when double clicked (and also automatically update the Word...
I want to have an image with text on the right, but when the text goes beyond the bottom of the image I don't want it wrap, but rather to keep the consistent margin:
------------- text text text
| | text text text
| | text text text
| | text text text
| image...
Lets say I have a page with a whole lot of HTML and part of it is inside:
<span id="printArea">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="5">Hello World</th>
</tr>
<tr>...
I have sifted through a lot of topics about printing in Landscape mode but none of them provide a working example and I think I'm more confused than when I started looking!
I have a page which does a window.print() which obviously brings up the Printer dialog. I want the page to print out in...
e.g. sending data to customers via SMS being referred to as 'Push' technology.
What is the opposite of this called? e.g. Recieving competition or survey entries via SMS. I'm after the recognized industry term for this technology.
Cheers!
p.s. If it's called 'Pull' technology I'll feel...
Say I have an element e.g.
<input name="that.there" value="Hello World">
the following javascript gives an error in IE:
alert(form['that.there'].value
(nb. the form is named 'form')
If the element name has no . in it, it's fine. Is there a way I can handle the full stop...
e.g. <OPTION disabled>Frogs on toast</OPTION>
Is there any way to get this to work in IE? It seems to work in Mozilla (http://www.mozilla.org/quality/browser/standards/html/option_disabled.html) but I've tried IE 5.5/6 and in both cases I am able to select the option that is supposed to be...
I have no idea what this error is trying to tell me!
Event ID: 57859 (from Windows Application Log)
An error occurred while executing the following query: "DBCC CHECKDB([Portal]),NOINDEX)". On server" 'CCC2'. SQL error number: "09E8". SQL error message: "DBCC...
I would like to apply CSS formatting to all Text fields, but not checkbox and radio buttons. Is there a way to do this in CSS without having to add style parameter to every instance of radio button or checkbox?
I have tried INPUT.TEXT {...} but then no formatting was applied to anything! Miles...
I have just reinstalled PHP 4.2.1 on XP. The site I am trying to get working with the new install is giving the following error when attempting to return $_SERVER["QUERY_STRING"]
Notice: Undefined index: QUERY_STRING in c:\blah
I am having the same problem with all predefined...
When I double click a folder in the browse pane, instead of opening the folder, Explorer opens a console window with the prompt at the folder that I double-clicked. Any way I can fix this?
p.s. If I single click the folder in the directory tree it works ok... Miles
Those Micros~1 guys sure...
Is there a way to make Netscape 4.7x NOT put an extra line wherever a FORM tag is used? Its messing up my site layout... I've tried adding parameter style="margin: 0;" to the FORM tag which is supposedly supported, but it doesn't help. Has anyone been able to work around the...
A user of my site has said he gets the error '<<...OLE_Obj...>>' coming up occasionally. I've never seen this myself, nor do i have a clue where the error would come from! As soon as I know anymore particulars of the problem I'll let you know... Miles
Those Micros~1 guys sure know what they...
A simple window.open function is opening two windows in IE6, but behaves correctly in IE5.x and NS4.x and 6.x. Is this a problem with my browser? Or is it an IE 6 bug? Has anyone had this problem? Miles
Those Micros~1 guys sure know what they doing!
anyone know a good article or tutorial about how to get an image from a url and resize? i have found a lot of complicated stuff but no simple implementations of it to help me get started :) Miles
Those Micros~1 guys sure know what they doing!
Further to a problem I was having where everytime I go to this page for the first browser session e.g. Internet Explorer opened, a javascript "object expected' error occurs. It's generated from js code used on the page for a dynamic menu. Finally I have realised that php is outputting the...
I am having some weird problems with a script at http://devel.wavewatch.com.au
It gives a javascript error on the first time the page loads, but on subsequent page refreshes the script error is gone. The page uses the macromedia js for rollovers, and then other scripts for the dynamic menus...
i'm *very* new to php, so please tell me if the following should work:
inc.php
<?php
function go() {
session_start();
session_register("test");
$test = "hello world";
echo "output from inc.php - $test<br>";
}
?>
file.php
<?php
include 'inc.php';
go()...
I've done a default install of PHP under IIS on WinXP Pro just for my own dev purposes. It processes includes and can start and set session variables, but a few weird things so far happen:
If I set a session variable and then tell the session variable to ++ on each page refresh if its already...
1.
I am using ADO to pass an SQL string that executes a stored procedure. The stored proc returns a single value in a named column. If i run the code it executes the sp, but get an ADO error if I try to output the value e.g.
Response.Write oRecordSet("next_id")
If I run the sp in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.