Head tag locked

I'm working in DW CS3 and I am attempting to add additional
spry components into a page. I currently have some already but for
some reason when trying to add a spry validation text field DW
gives me an error saying:
"Required links could not be added to this file because the
<head> tag is in a locked region. To insert this content,
open the template file ' ' and either unlock the <head> tag
or add this content to the template."
The problem is, I don't have a template for the site I'm
building. So there is nothing to unlock or add to. And I'm unable
to detach any template because one doesn't exist.
Any suggestions on how to correct this issue??

</tr>
<tr>
<td nowrap align="right"><span style="font-weight:
bold; font-style: italic">Event Type:</span></td>
<td align="left">
<select name="CalEventName" id="CalEventName"
tabindex="17">
<option value="">Please Select</option>
<?php
do {
?>
<option value="<?php echo
$row_rsEventName['EventName']?>"><?php echo
$row_rsEventName['EventName']?></option>
<?php
} while ($row_rsEventName = mysql_fetch_assoc($rsEventName));
$rows = mysql_num_rows($rsEventName);
if($rows > 0) {
mysql_data_seek($rsEventName, 0);
$row_rsEventName = mysql_fetch_assoc($rsEventName);
?>
</select></td>
<td colspan="2"
align="right"><strong><em><span
style="font-style:
italic"><strong><em><strong><em>Start<span
class="style10">*</span>:
<input name="Sta3StartTime" type="text"
id="Sta3StartTime" size="7" tabindex="18">
</em>  Stop<span
class="style10">*</span>:</strong></em>
<input name="Sta3StopTime" type="text" id="Sta3StopTime"
size="7" tabindex="19">
</strong></span></em></strong></td>
<td align="right"> </td>
<td></td>
<td colspan="3"
align="right"><strong><em>Start<span
class="style10">*</span>:
<input name="Sta4StartTime" type="text"
id="Sta4StartTime" tabindex="27" value="10:00" size="7">
<span style="font-style:
italic"><strong>  Stop<span
class="style10">*</span>:
<input name="Sta4StopTime" type="text" id="Sta4StopTime"
tabindex="28" value="18:00" size="7">
</strong></span></em></strong></td>
</tr>
<tr>
<td nowrap align="right"><span class="style8"
style="font-weight: bold"><em>Medic /
EMT:</em></span></td>
<td align="left"><select name="Sta3Emp1"
id="Sta3Emp1" tabindex="20">
<option value=""><strong>Please
Select</strong></option>
<option value="Open shift**">Open
Shift**</option>
<?php
do {
?>
<option value="<?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?>"><?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?></option>
<?php
} while ($row_calEmployee = mysql_fetch_assoc($calEmployee));
$rows = mysql_num_rows($calEmployee);
if($rows > 0) {
mysql_data_seek($calEmployee, 0);
$row_calEmployee = mysql_fetch_assoc($calEmployee);
?>
</select></td>
<td> </td>
<td
align="right"><strong><em>Hours:</em></strong>
<input name="Sta3Emp1Hours" type="text"
id="Sta3Emp1Hours" value="0" size="7" tabindex="21"></td>
<td> </td>
<td align="right"><span class="style4">Medic /
EMT:</span></td>
<td align="left"><select name="Sta4Emp1"
id="Sta4Emp1" tabindex="29">
<option value=""><strong>Please
Select</strong></option>
<option value="Open shift**">Open
Shift**</option>
<?php
do {
?>
<option value="<?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?>"><?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?></option>
<?php
} while ($row_calEmployee = mysql_fetch_assoc($calEmployee));
$rows = mysql_num_rows($calEmployee);
if($rows > 0) {
mysql_data_seek($calEmployee, 0);
$row_calEmployee = mysql_fetch_assoc($calEmployee);
?>
</select></td>
<td> </td>
<td
align="right"><strong><em>Hours:</em></strong>
<input name="Sta4Emp1Hours" type="text"
id="Sta4Emp1Hours" value="0" size="7" tabindex="30"></td>
</tr>
<tr>
<td nowrap align="right"> </td>
<td align="right"> </td>
<td colspan="2" align="right"><select
name="Sta3Emp1Reason" id="Sta3Emp1Reason" tabindex="22">
<option value="">Please Select</option>
<?php
do {
?>
<option value="<?php echo
$row_rsSta3Emp1Reason['Reason']?>"><?php echo
$row_rsSta3Emp1Reason['ReasonID']?> - <?php echo
$row_rsSta3Emp1Reason['Reason']?></option>
<?php
} while ($row_rsSta3Emp1Reason =
mysql_fetch_assoc($rsSta3Emp1Reason));
$rows = mysql_num_rows($rsSta3Emp1Reason);
if($rows > 0) {
mysql_data_seek($rsSta3Emp1Reason, 0);
$row_rsSta3Emp1Reason =
mysql_fetch_assoc($rsSta3Emp1Reason);
?>
</select></td>
<td> </td>
<td> </td>
<td> </td>
<td colspan="2" align="right"><select
name="Sta4Emp1Reason" id="Sta4Emp1Reason" tabindex="31">
<option value="">Please Select</option>
<?php
do {
?><option value="<?php echo
$row_rsSta4Emp1Reason['Reason']?>"><?php echo
$row_rsSta4Emp1Reason['ReasonID']?> - <?php echo
$row_rsSta4Emp1Reason['Reason']?></option><?php
} while ($row_rsSta4Emp1Reason =
mysql_fetch_assoc($rsSta4Emp1Reason));
$rows = mysql_num_rows($rsSta4Emp1Reason);
if($rows > 0) {
mysql_data_seek($rsSta4Emp1Reason, 0);
$row_rsSta4Emp1Reason =
mysql_fetch_assoc($rsSta4Emp1Reason);
?>
</select></td>
</tr>
<tr>
<td nowrap align="right"><span class="style8"
style="font-weight:
bold"><em>EMT:</em></span></td>
<td><select name="Sta3Emp2" id="Sta3Emp2"
tabindex="23">
<option value="">Please Select</option>
<option value="Open Shift**">Open
Shift**</option>
<?php
do {
?>
<option value="<?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?>"><?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?></option>
<?php
} while ($row_calEmployee = mysql_fetch_assoc($calEmployee));
$rows = mysql_num_rows($calEmployee);
if($rows > 0) {
mysql_data_seek($calEmployee, 0);
$row_calEmployee = mysql_fetch_assoc($calEmployee);
?>
</select></td>
<td> </td>
<td
align="right"><strong><em>Hours:</em></strong>
<input name="Sta3Emp2Hours" type="text"
id="Sta3Emp2Hours" tabindex="24" value="0" size="7"></td>
<td> </td>
<td align="right"><span
class="style4">EMT:</span></td>
<td><select name="Sta4Emp2" id="Sta4Emp2"
tabindex="32">
<option value="">Please Select</option>
<option value="Open Shift**">Open
Shift**</option>
<?php
do {
?>
<option value="<?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?>"><?php echo
$row_calEmployee['EmpName']?> <?php echo
$row_calEmployee['LastName']; ?></option>
<?php
} while ($row_calEmployee = mysql_fetch_assoc($calEmployee));
$rows = mysql_num_rows($calEmployee);
if($rows > 0) {
mysql_data_seek($calEmployee, 0);
$row_calEmployee = mysql_fetch_assoc($calEmployee);
?>
</select></td>
<td> </td>
<td
align="right"><strong><em>Hours:</em></strong>
<input name="Sta4Emp2Hours" type="text"
id="Sta4Emp2Hours" value="0" size="7" tabindex="33"></td>
</tr>

Similar Messages

  • Problem applying Spry tool tips to child pages because the head tag is in a locked region

    I’m new to DW and migrating a site from GoLive CS2 to DW CS5. The site uses templates created in GL CS2. I have stripped out as much GL stuff as possible.
    I want to use the SPRY tooltips as a way to show captions for graphics that are on some of the pages (I used to use an Open New Browser window for that but I don’t have as much control in DW as I did in GL). But when I try to apply SPRY tooltips (or any SPRY widget for that matter) I get the following message:
    “Required links could not be added to this file because the <head> tag is in a locked region. To insert this content, open the template file ‘xyz.dwt’ and either unlock the <head> tag or add this content to the template.”
    I am not sure how to go about solving this problem. In the template there is an editable region for adding graphics but in the template itself there are no graphics or anything else to apply a tooltip too. Also in the child pages there may be more than one place to use a tooltip. So that suggests to me that I should not add a tooltip to the template. That brings me to the other option.
    How would I go about unlocking the  <head> tag in the template, without messing everything up?
    Or, should I detach any page from the template when I want to add tooltips then reapply the template? I am planning to ditch the GL template anyway and apply a DW template to all the pages anyway.
    Any suggestions as to what I should do?
    Yours faithfully
    Branko
    PS I’m using Mac with Snow Leopard.

    I found a solution.
    I just made a transparent PNG. Put it in an inconspicuous part of the template. On the child page I could make as many copies as I needed making sure I provided id tags for each use etc.

  • Unlock head tag

    I get an error message when trying to insert flash
    into my webpage, and yes it is a page that has come from a
    template.
    "You cannot insert this content with browser-safe scripts
    because the <head> tag is in a locked region. To insert the
    content with browser-safe scripts, open the template file.......
    and either unlock the <head> tag or add this content to the
    template."
    I want to put the flash item in the top part of the blue box
    on this page:
    Home page of
    section
    Thanks ahead for your help

    Start with a new page, not from template, and note what the
    head code looks like. Now insert the flash into that page. You
    don't need to keep the page. You just need to look at the head of
    the page in code view after inserting the flash. The new code
    inserted into the head when the flash was inserted needs to be
    added to the head of your template.
    Once the template has been modified with the newly inserted
    code try again to insert the flash into the original page in
    question. DW won't need to add code to the locked head portion of
    the page as the code it wanted to insert before will already be
    there.

  • Head tags in template generated pages, am I doing this right?

    http://www.saracenlanding.com/testpage.html
    I experienced the dreaded " ... locked by ... " error message when trying to insert keywords in a page generated by a dwt file. I went to the forum and found this information:
    http://forums.adobe.com/message/50942#50942
    So I enclosed the head in the cut, pasted and edited editable region markup and it seems to work.  Then I used the insert html>head tags>keywords to insert some keywords and that worked, but it put the keywords at the very top of the page. As I recall, the meta info is supposed to be inside the head section, so I cut and pasted the keyword markup into the head section, I had isolated with the editible markup and it seems to work.
    Not being the sharpest knife in the drawer on these matters, did I do this right? Have I set a trap for myself which will spring later on? Is there a better way? I only know to ask those who know more than I.
    Thanks in advance,
    Joe

    So, as far as setting it up - would I use the cd
    included with the Airport box or the existing apps on
    my computer?
    Use the CD. There is newer software on it.
    Does it matter which computer I set up
    first? If I do the airport setup utility on the old
    mac, will the new mac automatically recognize it when
    I turn it on?
    Both macs should connect with out a problem. It doesn't matter which you setup first.
    The other thing that was running through my head was
    that it would actually be nicer to put the Airport
    base station in my office (reduce the clutter of
    stuff in the living room), but since the old mac
    doesn't have a wireless card (and I don't even know
    if I can get one anymore), is there some kind of USB
    adapter that would work to access the signal? I've
    seen a bunch of them, but most of the reviews say
    they're not very mac-friendly.
    You probably won't find a mac USB adapter becuase there usually aren't mac drivers. You could bring the old computer to the Apple Store and they can install a wireless card in there.
    15 PMB C2 Duo   Mac OS X (10.4.8)   PPC Mac Mini

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • PLease Help: Does anyone know how to retain the Scope in the Header Tag when converting a table in

    I am trying to convert aa Word Document with Tables containing Data and Header Columns to retain the Scope="col" when it is converted to PDF.
    After the PDF is created, I check my Header Tags and everything looks fine however the Scope is null and I need to somehow retain scope=columes in order to certify this report is 508 compliant.
    For those who are interested; the html should be:
    <th scope="col"> Color </th>
    My html is coming across the PDF distiller is only <th >     </th>
    Maybe there is another piece of software that does this correctly? I tried OpenOffice - the same problem occurs.
    Thank you
    Mark

    Please post in the Acrobat forum. This forum is for the Adobe Distiller SERVER product. Your question does not involve Distiller Server.

  • How to print between head-Tags of a Portal component

    Hello,
    is it possible to print between the -Tags of the generated HTML-Code? I need to insert a JAVAScript between the tags.
    Currently i am simply using the Writer-Object in the doContent() to print out the HTML-Code. But i found nothing how to access the head?
    With best regards
    Edited by: Björn Karpenstein on Aug 19, 2008 9:12 AM

    Hi,
    One way of doing this is by creating a new Servlet Responce in doContent method. This way you can set the head tag by yourself.
    Here is the code:
    // get the reference to the ServletResponse (exclusivly) and set the content type to HTML                         
    ServletResponse sResponse = portalComponentRequest.getServletResponse(true);                                                    
    sResponse.setContentType("text/html");                                                                           
    // get the reference to the PrintWriter                                                                         
      PrintWriter writer = sResponse.getWriter();                                                                               
    // write the HTML header                                                                               
    writer.write("<html><head></head><body>\n");
    Check if this suites your requirement, if not let me know.
    Regards,
    Praveen Gudapati

  • How to remove the header tag in the XML data ?

    Hi All,
    I am sending an XML data from SFTP to Proxy, in that I want to remove the header tag (first tag) from the xml, while loading the data. how to do that ?

    Hi,
          It is not about the thing that, whether your source is XML or flat file. If you dont want some thing in your source file , dont consider it and dont map it with your target structure. think that, your not getting the header in your source.  What is the header here.
    <Emp_details>
    <Emp_Id> Employee No </Emp_Id>
    <Emp_Name> Employee Name </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 1234 </Emp_Id>
    <Emp_Name> xxxx </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 5678 </Emp_Id>
    <Emp_Name> yyy </Emp_Name>
    </Emp_details>
    you have two fields under node Emp_details. What do u want to avoid here?
    Regards,
    Reyaz

  • Div header tag - not displaying correctly

    I thought I had resolved an issue with a div header tag, but - as per a reply in my 'text as gif' thread, possibly not!
    The header contains three images; a logo, a banner (text), and a picture of a castle.  These should display in a  line.
    When I first set it up, I realised that the castle picture was normally ending up below the other two on smaller screens etc. 
    So I changed the dims for my div container from min 760px/max 1260px, to a set width (960px).  I then rejigged the three images so the widths were within 960px, with some to spare for the spacing (total widths of the three are 900: hspacing another 20 pixels).  There is no padding/borders defined.  Therefore the total should be well within the 960 width (?).
    It looks fine on my PC (widescreen); in 3 browsers, using the restore down menu command (ie to make it not full screen), and by  using the Dreamweaver multiscreen preview (phone, tablet, smaller desktop).  It wasn't ideal (as scrolling required), but at least meant the header (and the rest of the screen) displayed correctly, ie in a horizontal line (and then sidebar - content - sidebar).
    If I set my container width much smaller, most of the screen will be green (the body) in big screens.
    If I rejig the dimensions, it's all a bit hit and miss (and why don't the current dimensions work?).
    Do I need to define the width of the header (as well as the container)?
    Help!  Thank you
    http://hertfordcarnival.org.uk/dev/Index.html

    Hi there, I started off using one big image, but it didn't look right with regards to size and placing (ie I wanted the logo on the left edge, the castle on the right edge, etc). When you say slice, what do you mean?  One image in from fireworks, and then ... ? Thanks again
    Date: Wed, 7 Dec 2011 01:37:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Div header tag - not displaying correctly
        Re: Div header tag - not displaying correctly
        created by osgood_ in Dreamweaver - View the full discussion
    Datafan55 wrote: I thought I had resolved an issue with a div header tag, but - as per a reply in my 'text as gif' thread, possibly not!  Why not just use one big image  then you wont have a problem of with the alignment. Certainly don't use 'vspace' and 'hspace' to position the images. If you want to use 3 seperate images start by setting them us as one complete image then slice it into 3 images. Then use the following css to position the images side by side. #header img If the total sum of the width of the images is the same or does not exceed 960px then the images should be in a nice row side by side. They will actually sit side by side without using 'float' but you'll get a small gap between them which will be added to the sum of the width which will exceed 960px causing the third image to drop onto the next line.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4068499#4068499
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4068499#4068499. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Access to the head tag in a portal generated page

    We have a situation where we need to put some javascript in the <head> tag of a page so that it can be accessed by a javascript portlet. Any ideas?
    -Rob

    This capability is not there in 3.0.6 and 3.0.7. In 3.0.8 (due out end of this month), we have added a template capability which allows you to assign an html template to a page. The template could contain the javascript.
    In the interim, others have created an html portlet that contains the javascript, placed it on the page and turned it off by default. This works, but any user with customization rights to the page could remove it, so the title should read something like 'Do Not Remove!'

  • Meta, keywords, description Head tags

    Hi all,
    Can someone define the difference between the head tags and how best to use them for improved SEO:
    Meta
    Description
    Keywords
    And is there a difference between description and the title of a page?
    Thanks in advance
    S

    Can someone define the difference between the head tags and how best to use them for improved SEO:
    Meta
    Description
    Keywords
    And is there a difference between description and the title of a page?
    Yes, there is.  <title>unique page name here</title>
    Meta Description = a brief (8 -15 word) sentence about the page and what it contains.  Google uses your page title and meta description in search results pages so this is the very first impression people have of your site.
    Meta Keywords are ignored by search engines.  If adding them to your pages makes you sleep better at night, fine.  But it will have no impact on your ranking.
    What matters most is the content in your <h1>, <h2>, <h3> and <p> tags.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Unlocking head tag in template/procedure unclear to me

    Hi,
    Still battling since last friday to unlock head tag in template so that i could add an accordion in a template-based doc.
    I understand that in the process of creating an accordion DW cs3 has to write something like this in head: <script src= "../Accordion/SpryMenuBar.js" type="text/javascript"></script>..."
    That fact i sat editable region in my template into body only make it impossible for it to do the task, hence the error message.
    Now i searched in the help doc, i found a procedure "specify editable tag attributes in a template". This procedure didnt show much helpful.
    This is the steps i followed:
    - opened template and, in split view, i clicked anywhere inside head
    - selected head tag
    - modify, templates, make attribute editable
    Then nothing to select, i went by guess, nothing works and the problem still remain. And my heart still broken...

    By default, your template should have an editable region in it just before the closing </head> tag. It looks like this:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    Dreamweaver should be able to find that editable region and insert the <script> tag there automatically.
    If you don't have an editable region like that in the <head>, open the master template, and paste the code above just before the closing </head> tag.

  • h1 The Use Of Header Tags

    I'm becoming more aware of the importance of using header tags to help the visually impaired navigate your site.  Obviously the main header should be wrapped in an <h1> tag, however after that does it flow from <h1> all the way to <h6>, and what if you have more than six paragraphs to we return to using <h1> and go through them all again.  
    Or do we stick with <h2> all the way down the page.
    Do understand better I will provide the link to were I wish to use this, the line I want to header is Boxing Schedule, all the way down the page.  Here is the link.  http://www.theboxinghistorian.com/schedule.html

    The proper use of heading tags <h1> - <h6> depends on your content.  I never use more than one <h1> tag per page, reserved for the page title, and often only use up to h2 and h3 because my pages are mostly limited to one topic.
    An example might look like this:
    <h1>Website Design Basics </h1>
    <p>Here is some text</p>
    <h2>HTML</h2>
    <p>Here is some text</p>
    <h2>CSS</h2>
    <p>Here is some text</p>
         <h3>CSS Hacks</h3>
         <p>Here is some text</p>
    <h2>Javascript<h2>
    <p>Here is some text</p>
    Another semantic markup example might look like this:
    <h1>North America</h1>
    <h2>United States</h2>
    <h3>California</h3>
    <h4>Orange County</h4>
    <h5>Anaheim</h5>
    <h6>Disneyland, the happiest place on Earth</h6>
    Use as many tags as needed, but don't overcrowd your pages with them.  I like to think of heading tags as an outline to my page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • header tag in soap

    i just read through Axis user doc, but all sample app it mention doesn't show how to use the <HEADER> tag inside soap request / response.
    1 -- is <HEADER> tag not much a use when doing 1 - 1 host to host request /response?
    2 -- <HEADER> is only useful when soap massage need to pass multiple endpoints / hosts ?
    3 -- Why most of the web services at www.xmethods.net don't use <HEADER> tag on request / response xml?
    4 -- Is that in most cases, BODY tag in soap is enough? no HEADER needed?
    5 -- Hosts in between web service client + provider process <HEADER> elements but not the content of BODY element? and the Ultimate SOAP receiver will process the BODY elements?

    Note sure if this possible.. but just wondering if you can try using <bpelx:remove> extention to delete the soap header variables..
    Other viable option is to write SOAP Message handlers on your outbound webservices...

  • Java/html: append information to html file at top, head tag

    I've the following code, however I need to append to a specific location in the html doc, mainly the top, between the <head> tags. How can this be accomlished?
    import java.io.*;
    public class WriteToHTML {
    * @param args
    public static void main(String[] args) {
    try
    // This line sets up a document to write to
    BufferedWriter document = new BufferedWriter(new FileWriter("testingHTML.html", true));
    // Write to the document
    document.append("Info");
    System.out.println("done");
    // When you are done, close the document
    document.close();
    catch (IOException e)
    System.out.println("Error: " + e);
    }

    Don't cross-post. It's rude.
    http://forums.sun.com/thread.jspa?threadID=5336231

Maybe you are looking for

  • How do I protect my JNLP, my JARs etc. (with Basic Authentication)???

    hi all, i know that there is a FAQ ( [see here|http://lopica.sourceforge.net/faq.html#obfuscate] ) answering a related question with "You can use an obfuscator...". ok, but is there really no other solution? this is the simplified folder structure of

  • UCCX 7 applications take too long to be triggered

    Hi all, I am having a uccx cluster with a couple of scripts in it. Every thing used to work fine but now i am having two problems : 1- My script apllications take to long to be triggered. I mean when I call the jtapi trigger of my application it ring

  • Cyrillic data in Adobe Form could not display in WD Application .

    Hi All, I use Adobe Interactive Form Object in WD Application so as to display data in Cyrillic Language for printing. I have the problem that in the PDF i cannot display the Cyrillic data ( Bulgarian, Romanian...) but only EN . I dont have any probl

  • ITunes 9 download - invalid digital signature error with Windows 7 Ultimate

    Since I have upgraded to Windows 7 Ultimate when I try and download the latest version of iTunes 9 I get Invalid Digital Signature error message. I've tried downloading with IE8, Opera and Firefox. Help please!!

  • Lost in space!

    I have a mid-2007 20" iMac with a FULL 329gb drive. iTunes movies and music are the biggest spaces takers.  Aside from buying a new iMac (which I'll probably do next refresh), what's the best way to solve the drive space problem?  I appreciate the he