Forum: RSS, Web Services and SOAP Jun 9th, 2006 |
| Replies: 3 Views: 6,041 If you know javascript you could use Ajax. This will give you the ability of updating just those fields with out having to call the whole page if you wish. |
Forum: RSS, Web Services and SOAP May 10th, 2006 |
| Replies: 6 Views: 10,320 sorry a space is
and a single quote qould be ' |
Forum: RSS, Web Services and SOAP May 10th, 2006 |
| Replies: 6 Views: 10,320 Entities such as & and "e; will need to be specified into the dtd but you could always use the hex value so for a single quote you could use &39; and whitespace you could use this will always... |
Forum: RSS, Web Services and SOAP May 10th, 2006 |
| Replies: 6 Views: 10,320 In your dtd try this
<!ENTITY " "> |
Forum: RSS, Web Services and SOAP May 10th, 2006 |
| Replies: 1 Views: 3,408 Have you any code I can see please and Ill try to help. |
Forum: RSS, Web Services and SOAP May 10th, 2006 |
| Replies: 0 Views: 2,308 Hi
I wondered if anyone could help.
Im trying to find a way of detecting how much whitespace is left in a page so I can replace this with an image or some text so Im not left with loads of... |